Skip to content

Commit f7777c4

Browse files
chore(deps): Update Rust crate itertools to 0.13.0
1 parent d9d370c commit f7777c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)