Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 8f2f9e5 commit 51656d2
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 @@ -50,7 +50,7 @@ tokio = { workspace = true }
anyhow = { workspace = true }
derive_setters = "0.1.6"
thiserror = "1.0.59"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_json = { version = "1.0.116", features = ["preserve_order"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_qs = "0.13"
serde_yaml = "0.9.34"
Expand Down

0 comments on commit 51656d2

Please sign in to comment.