Skip to content

Commit 45bfe68

Browse files
Bump serde_json from 1.0.91 to 1.0.92 (#813)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.91...v1.0.92) --- 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>
1 parent 8a3305c commit 45bfe68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ color-eyre = "0.6.1"
2727
# serialize the metadata
2828
serde = { version = "1.0.130", features = ["derive"] }
2929
# serialize as json
30-
serde_json = "1.0.68"
30+
serde_json = "1.0.92"
3131
# hex encoded metadata to bytes
3232
hex = "0.4.3"
3333
# actual metadata types

subxt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ futures = { version = "0.3.26", default-features = false, features = ["std"] }
4343
hex = "0.4.3"
4444
jsonrpsee = { version = "0.16", optional = true, features = ["jsonrpsee-types"] }
4545
serde = { version = "1.0.124", features = ["derive"] }
46-
serde_json = { version = "1.0.64", features = ["raw_value"] }
46+
serde_json = { version = "1.0.92", features = ["raw_value"] }
4747
thiserror = "1.0.24"
4848
tracing = "0.1.34"
4949
parking_lot = "0.12.0"

0 commit comments

Comments
 (0)