Skip to content

Commit

Permalink
Merge pull request #106 from gitext-rs/renovate/itertools-0.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust crate itertools to 0.13.0
  • Loading branch information
epage authored Jun 4, 2024
2 parents b48225c + 01b046a commit 551baa3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ anstyle = "1.0.6"
git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" }
git2 = { version = ">=0.16, <=0.18", default-features = false, features = ["vendored-libgit2"] }
serde_json = "1.0.116"
itertools = "0.12.1"
itertools = "0.13.0"

[profile.dev]
panic = "abort"
Expand Down
2 changes: 1 addition & 1 deletion crates/git-branch-stash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git-config-env = "0.2.1"
git2-ext = "0.6.1"
log = "0.4.21"
eyre = "0.6.12"
itertools = "0.12.1"
itertools = "0.13.0"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
bstr = "1.9.1"
Expand Down

0 comments on commit 551baa3

Please sign in to comment.