Skip to content

Commit

Permalink
build(deps): bump itertools from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fujiapple852 committed Jan 14, 2025
1 parent 95952d1 commit 24d1b68
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
23 changes: 16 additions & 7 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 @@ -51,7 +51,7 @@ humantime = "2.1.0"
indexmap = { version = "2.6.0", default-features = false }
insta = "1.42.0"
ipnetwork = "0.20.0"
itertools = "0.13.0"
itertools = "0.14.0"
maxminddb = "0.24.0"
mockall = "0.13.1"
nix = { version = "0.29.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion examples/traceroute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
[dependencies]
trippy = { version = "0.13.0-dev", path = "../../crates/trippy", default-features = false, features = ["core", "dns"] }
anyhow = "1.0.86"
itertools = "0.13.0"
itertools = "0.14.0"
clap = { version = "4.5.7", features = ["derive"] }

0 comments on commit 24d1b68

Please sign in to comment.