Skip to content

Commit 805754b

Browse files
authored
Merge pull request #7045 from cakebaker/bump_itertools
Bump `itertools` from `0.13.0` to `0.14.0`
2 parents 7c7a6f8 + ac54296 commit 805754b

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

Cargo.lock

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ glob = "0.3.1"
298298
half = "2.4.1"
299299
hostname = "0.4"
300300
indicatif = "0.17.8"
301-
itertools = "0.13.0"
301+
itertools = "0.14.0"
302302
libc = "0.2.153"
303303
lscolors = { version = "0.20.0", default-features = false, features = [
304304
"gnu_legacy",

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ skip = [
109109
{ name = "thiserror", version = "1.0.69" },
110110
# thiserror
111111
{ name = "thiserror-impl", version = "1.0.69" },
112+
# bindgen
113+
{ name = "itertools", version = "0.13.0" },
112114
]
113115
# spell-checker: enable
114116

0 commit comments

Comments
 (0)