Skip to content

Commit

Permalink
Merge pull request #833 from asaaki/dependabot/cargo/rust/serde_json-…
Browse files Browse the repository at this point in the history
…1.0.132

Bump serde_json from 1.0.128 to 1.0.132 in /rust
  • Loading branch information
asaaki authored Oct 21, 2024
2 parents b0c4aa8 + bd1a30e commit 1df3d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ console_error_panic_hook = "0.1.7"

# Note: not using the no-std setup, because wasm-bindgen does not either
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.132"
serde-wasm-bindgen = "0.6.5"
base64 = "0.22.1"

Expand Down

0 comments on commit 1df3d8b

Please sign in to comment.