Skip to content

Commit

Permalink
[deps]: Update Rust crate serde_json to v1.0.108
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 8073952 commit 5a6722b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ regex = { version = "1.10.2", features = [
"perf",
], default-features = false }
serde = "^1.0.163"
serde_json = "^1.0.96"
serde_json = "^1.0.108"
serde_yaml = "0.9"
supports-color = "2.0.0"
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk-schemas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal = [
anyhow = "1.0.75"
itertools = "0.12.0"
schemars = { version = "0.8.12", features = ["preserve_order"] }
serde_json = "1.0.96"
serde_json = "1.0.108"

bitwarden = { path = "../bitwarden" }
bitwarden-json = { path = "../bitwarden-json" }
Expand Down

0 comments on commit 5a6722b

Please sign in to comment.