Skip to content

Commit

Permalink
Merge pull request #1371 from EspressoSystems/dependabot/cargo/serde_…
Browse files Browse the repository at this point in the history
…json-1.0.102

chore(deps): bump serde_json from 1.0.100 to 1.0.102
  • Loading branch information
DieracDelta authored Jul 12, 2023
2 parents 00374c4 + bfe07ad commit f9f983f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -191,7 +191,7 @@ tracing = "0.1.37"
[dev-dependencies]
async-std = { version = "1.12.0", features = ["attributes"] }
clap = { version = "4.3", features = ["derive", "env"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
sha2 = { version = "0.10.7" }
toml = "0.7.6"

Expand Down
2 changes: 1 addition & 1 deletion centralized_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ tokio = { version = "1", optional = true, features = [
] }
tracing = "0.1.37"
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
snafu = "0.7.5"
toml = "0.7.6"
2 changes: 1 addition & 1 deletion libp2p-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ libp2p-noise = { version = "0.42.2", default-features = false }
parking_lot = "0.12.1"
rand = "0.8.5"
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
snafu = "0.7.5"
tokio = { version = "1", optional = true, features = [
"fs",
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ tokio = { version = "1", optional = true, features = [
tracing = "0.1.37"

[dev-dependencies]
serde_json = "1.0.100"
serde_json = "1.0.102"

0 comments on commit f9f983f

Please sign in to comment.