Skip to content

Commit

Permalink
chore(deps): Update Rust crate itertools to 0.12.0 (#53)
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 18, 2023
1 parent 6b32990 commit 40fb545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = ["dep:serde"]
bmson = ["dep:serde", "serde_json"]

[dependencies]
itertools = "0.11.0"
itertools = "0.12.0"
num = "0.4.1"
serde = { version = "1.0.192", features = ["derive"], optional = true }
serde_json = { version = "1.0.108", optional = true }
Expand Down

0 comments on commit 40fb545

Please sign in to comment.