Skip to content

Commit

Permalink
[deps]: Update Rust crate itertools to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 27aafc8 commit db102b0
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 @@ -30,7 +30,7 @@ color-eyre = "0.6.3"
comfy-table = "7.1.1"
directories = "5.0.1"
env_logger = "0.11.1"
itertools = "0.13.0"
itertools = "0.14.0"
log = "0.4.20"
regex = { version = "1.10.3", features = [
"std",
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 @@ -17,6 +17,6 @@ keywords.workspace = true
anyhow = "1.0.82"
bitwarden = { workspace = true }
bitwarden-json = { path = "../bitwarden-json" }
itertools = "0.13.0"
itertools = "0.14.0"
schemars = { workspace = true, features = ["preserve_order"] }
serde_json = "1.0.113"

0 comments on commit db102b0

Please sign in to comment.