Skip to content

Commit 2a6dc66

Browse files
authored
Merge pull request #122 from gitext-rs/renovate/itertools-0.x
chore(deps): Update Rust crate itertools to 0.14.0
2 parents 8ee74fe + eb60f8d commit 2a6dc66

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 13 additions & 4 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
@@ -132,7 +132,7 @@ anstyle = "1.0.6"
132132
git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" }
133133
git2 = { version = ">=0.16, <=0.19", default-features = false, features = ["vendored-libgit2"] }
134134
serde_json = "1.0.116"
135-
itertools = "0.13.0"
135+
itertools = "0.14.0"
136136

137137
[profile.dev]
138138
panic = "abort"

crates/git-branch-stash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git-config-env = "0.2.1"
1717
git2-ext = "0.6.1"
1818
log = "0.4.21"
1919
eyre = "0.6.12"
20-
itertools = "0.13.0"
20+
itertools = "0.14.0"
2121
serde = { version = "1.0.199", features = ["derive"] }
2222
serde_json = "1.0.116"
2323
bstr = "1.9.1"

0 commit comments

Comments
 (0)