Skip to content

Commit

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

chore(deps): bump serde_json from 1.0.104 to 1.0.105
  • Loading branch information
DieracDelta authored Aug 17, 2023
2 parents e09074d + a0dee0e commit 0fea552
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -225,7 +225,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.103"
serde_json = "1.0.105"
sha2 = { version = "0.10.7" }
toml = "0.7.6"

Expand Down
2 changes: 1 addition & 1 deletion libp2p-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ libp2p-noise = { version = "0.43.0", default-features = false }
parking_lot = "0.12.1"
rand = "0.8.5"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.103"
serde_json = "1.0.105"
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 @@ -92,4 +92,4 @@ tokio = { version = "1", optional = true, features = [
tracing = "0.1.37"

[dev-dependencies]
serde_json = "1.0.103"
serde_json = "1.0.105"

0 comments on commit 0fea552

Please sign in to comment.