Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.185
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent 1f49f7b commit 95aed6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http-body-util = "0.1.0-rc.3"
hyper = { version = "1.0.0-rc.4", features = ["full"] }
libc = "0.2.147"
percent-encoding = "2.3.0"
serde = { version = "1.0.184", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = [
"rt-multi-thread",
Expand Down

0 comments on commit 95aed6c

Please sign in to comment.