Skip to content

Commit

Permalink
[deps]: Update Rust crate serde to v1.0.193 (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent b9ca9e5 commit 2c01cd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 crates/bitwarden-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ console_error_panic_hook = "0.1.7"
console_log = { version = "1.0.0", features = ["color"] }
js-sys = "0.3.63"
log = "0.4.20"
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
wasm-bindgen = { version = "=0.2.87", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.36"

Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ regex = { version = "1.10.2", features = [
"std",
"perf",
], default-features = false }
serde = "^1.0.163"
serde = "^1.0.193"
serde_json = "^1.0.108"
serde_yaml = "0.9"
supports-color = "2.1.0"
Expand Down

0 comments on commit 2c01cd3

Please sign in to comment.