Skip to content

Commit

Permalink
chore(deps): update rust crate itertools to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2024
1 parent 9f6dd19 commit 55569da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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 crates/knope-versioning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.12.1"
itertools = "0.13.0"
miette = { version = "7.2.0", optional = true }
relative-path = { version = "1.9.3", features = ["serde"] }
serde = { version = "1.0.200", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/knope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ indexmap = { version = "2.2.6", features = ["serde"] }
inquire = { version = "0.7.5", default-features = false, features = [
"crossterm",
] }
itertools = "0.12.1"
itertools = "0.13.0"
knope-versioning = { path = "../knope-versioning", version = "0.0.1", features = [
"miette",
] }
Expand Down

0 comments on commit 55569da

Please sign in to comment.