Skip to content

Commit 2fe0af2

Browse files
fix(deps): update rust crate itertools to 0.15.0
1 parent 6493a37 commit 2fe0af2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

packages/breach/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ utoipa = ["dep:itertools", "dep:utoipa"]
1919
[dependencies]
2020
breach-macros = { workspace = true, optional = true }
2121
http.workspace = true
22-
itertools = { version = "0.14.0", optional = true }
22+
itertools = { version = "0.15.0", optional = true }
2323
utoipa = { workspace = true, optional = true }
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)