Update Rust crate itertools to 0.13.0 (#3664)

This commit is contained in:
renovate[bot] 2024-05-20 00:49:42 +00:00 committed by GitHub
parent 0718705c21
commit e3ae876801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 14 deletions

View file

@ -38,7 +38,7 @@ anyhow = { version = "1.0.80" }
assert_fs = { version = "1.1.1" }
indoc = { version = "2.0.4" }
insta = { version = "1.36.1", features = ["filters"] }
itertools = { version = "0.12.1" }
itertools = { version = "0.13.0" }
tempfile = { version = "3.9.0" }
test-case = { version = "3.3.1" }
tokio = { version = "1.35.1" }

View file

@ -53,5 +53,5 @@ winapi = { workspace = true }
anyhow = { version = "1.0.80" }
indoc = { version = "2.0.4" }
insta = { version = "1.36.1", features = ["filters"] }
itertools = { version = "0.12.1" }
itertools = { version = "0.13.0" }
tempfile = { version = "3.9.0" }