Skip to content

Commit d74cca6

Browse files
dependabot[bot]bkchr
authored andcommitted
Bump serde_json from 1.0.91 to 1.0.92 (#1845)
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 93e65f5 commit d74cca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bridges/bin/millau/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1111
[dependencies]
1212
clap = { version = "4.1.4", features = ["derive"] }
1313
jsonrpsee = { version = "0.16.2", features = ["server"] }
14-
serde_json = "1.0.79"
14+
serde_json = "1.0.92"
1515

1616
# Bridge dependencies
1717

bridges/bin/rialto/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1010

1111
[dependencies]
1212
clap = { version = "4.1.4", features = ["derive"] }
13-
serde_json = "1.0.79"
13+
serde_json = "1.0.92"
1414

1515
# Bridge dependencies
1616

0 commit comments

Comments
 (0)