Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.211
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 91ce77a commit 913b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = { version = "0.2.95" }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
subset_sum = { path = "../subset-sum", features = ["wasm-js"] }

Expand Down

0 comments on commit 913b75f

Please sign in to comment.