Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.102 to 1.0.103
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.102 to 1.0.103.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.102...v1.0.103)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 651744d commit a944f42
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.102"
serde_json = "1.0.103"
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.171", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.103"
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.171", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.103"
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.102"
serde_json = "1.0.103"

0 comments on commit a944f42

Please sign in to comment.