Skip to content

Commit

Permalink
Bump serde_json from 1.0.105 to 1.0.106 (#1708)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.106)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent a130c96 commit ac21cec
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 crates/hotshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ async-std = { workspace = true }
[dev-dependencies]
blake3 = { workspace = true }
clap = { version = "4.4", features = ["derive", "env"] }
serde_json = "1.0.105"
serde_json = "1.0.106"
toml = { workspace = true }

2 changes: 1 addition & 1 deletion crates/libp2p-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ libp2p-noise = { version = "0.43.0", default-features = false }
parking_lot = "0.12.1"
rand = { workspace = true }
serde = { workspace = true }
serde_json = "1.0.105"
serde_json = "1.0.106"
snafu = { workspace = true }
tide = { version = "0.16", optional = true, default-features = false, features = [
"h1-server",
Expand Down
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bit-vec = "0.6.3"
typenum = { workspace = true }

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

[target.'cfg(all(async_executor_impl = "async-std"))'.dependencies]
async-std = { workspace = true }
Expand Down

0 comments on commit ac21cec

Please sign in to comment.