Skip to content

Commit 4c855d1

Browse files
Bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [clap](https://github.com/clap-rs/clap), [etherparse](https://github.com/JulianSchmid/etherparse) and [prefix-trie](https://github.com/tiborschneider/prefix-trie). Updates `clap` from 4.6.3 to 4.6.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.3...clap_complete-v4.6.4) Updates `etherparse` from 0.20.3 to 0.21.0 - [Release notes](https://github.com/JulianSchmid/etherparse/releases) - [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md) - [Commits](JulianSchmid/etherparse@v0.20.3...v0.21.0) Updates `prefix-trie` from 0.9.4 to 0.10.1 - [Release notes](https://github.com/tiborschneider/prefix-trie/releases) - [Commits](https://github.com/tiborschneider/prefix-trie/commits) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: etherparse dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: prefix-trie dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1402225 commit 4c855d1

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ clap = { version = "4.6.2", features = ["derive"] }
4444
confy = "2.0.0"
4545
ctrlc = { version = "3.5.2", features = ["termination"] }
4646
dns-lookup = "3.0.1"
47-
etherparse = "0.20.3"
47+
etherparse = "0.21.0"
4848
iced = { version = "0.14.0", features = ["tokio", "svg", "advanced", "lazy", "image"] }
4949
ipnet = "2.12.0"
5050
listeners = "0.6.0"
@@ -55,7 +55,7 @@ phf_shared = "0.14.0"
5555
picon = "0.1.0"
5656
plotters = { version = "0.3.7", default-features = false, features = ["area_series", "line_series"] }
5757
plotters-iced2 = "0.14.0"
58-
prefix-trie = { version = "0.9.4", features = ["ipnet"] }
58+
prefix-trie = { version = "0.10.1", features = ["ipnet"] }
5959
reqwest = { version = "0.13.4", features = ["json"] }
6060
rfd = "0.17.2"
6161
rodio = { version = "0.22.2", default-features = false, features = ["mp3", "playback"] }

0 commit comments

Comments
 (0)