Update Rust crate itertools to 0.14.0 (#10316)

This commit is contained in:
renovate[bot] 2025-01-05 21:27:14 -05:00 committed by GitHub
parent f7fc85f4e9
commit 5aefe69ecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 20 deletions

View file

@ -73,7 +73,7 @@ anyhow = { version = "1.0.89" }
assert_fs = { version = "1.1.2" }
indoc = { workspace = true }
insta = { version = "1.40.0" }
itertools = { version = "0.13.0" }
itertools = { version = "0.14.0" }
temp-env = { version = "0.3.6" }
tempfile = { workspace = true }
test-log = { version = "0.2.16", features = ["trace"], default-features = false }