Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.105 (#1768)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent 4311b14 commit 8a84956
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ tokio-stream = { version = "0.1.14" }
tokio-util = { version = "0.7.8" }
uuid = { version = "1.4.1", features = ["v4"] }
derivative = "2.2.0"
serde_json = { version = "1.0.104", features = ["preserve_order"] }
serde_json = { version = "1.0.105", features = ["preserve_order"] }
fstrings = "0.2.3"
maplit = "1.0.2"
log = "0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion crates/server-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libp2p-connection-limits = { workspace = true }

serde = { version = "1.0.183", features = ["derive"] }
humantime-serde = { workspace = true }
serde_json = "1.0.104"
serde_json = "1.0.105"
rand = "0.8.5"
clap = { version = "4.3.19", features = ["derive", "string"] }
bs58 = { workspace = true }
Expand Down

0 comments on commit 8a84956

Please sign in to comment.