Skip to content

Commit

Permalink
Bump serde_json from 1.0.67 to 1.0.68 (#1310)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.67...v1.0.68)

---
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 16, 2021
1 parent 04d7489 commit ac78073
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 @@ -68,7 +68,7 @@ rand_chacha = { version = "0.3.1", default-features = false }
ruzstd = { version = "0.2.4" } # TODO: doesn't support no_std :-/
schnorrkel = { version = "0.10.1", default-features = false, features = ["preaudit_deprecated", "u64_backend"] }
serde = { version = "1.0.130", default-features = false, features = ["alloc", "derive"] }
serde_json = { version = "1.0.67", default-features = false, features = ["alloc", "raw_value"] }
serde_json = { version = "1.0.68", default-features = false, features = ["alloc", "raw_value"] }
sha2 = { version = "0.9.8", default-features = false }
slab = { version = "0.4.4", default-features = false }
smallvec = "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion bin/wasm-node/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ log = { version = "0.4.14", features = ["std"] }
lru = "0.6.6"
pin-project = "1.0.8"
rand = "0.8.4"
serde_json = "1.0.67"
serde_json = "1.0.68"
slab = { version = "0.4.4", default-features = false }
smoldot = { version = "0.1.0", path = "../../..", default-features = false }

0 comments on commit ac78073

Please sign in to comment.