Skip to content

Commit 551baa3

Browse files
authored
Merge pull request #106 from gitext-rs/renovate/itertools-0.x
chore(deps): Update Rust crate itertools to 0.13.0
2 parents b48225c + 01b046a commit 551baa3

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 11 additions & 2 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
@@ -134,7 +134,7 @@ anstyle = "1.0.6"
134134
git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" }
135135
git2 = { version = ">=0.16, <=0.18", default-features = false, features = ["vendored-libgit2"] }
136136
serde_json = "1.0.116"
137-
itertools = "0.12.1"
137+
itertools = "0.13.0"
138138

139139
[profile.dev]
140140
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.12.1"
20+
itertools = "0.13.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)