Skip to content

Commit 250c8d2

Browse files
Bump serde_json from 1.0.125 to 1.0.127 in /rust
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.125...1.0.127) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent baf33c4 commit 250c8d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/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.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ console_error_panic_hook = "0.1.7"
2727

2828
# Note: not using the no-std setup, because wasm-bindgen does not either
2929
serde = { version = "1.0.208", features = ["derive"] }
30-
serde_json = "1.0.125"
30+
serde_json = "1.0.127"
3131
serde-wasm-bindgen = "0.6.5"
3232
base64 = "0.22.1"
3333

0 commit comments

Comments
 (0)