Skip to content

Commit 5fb5bde

Browse files
build(deps): update rtshark requirement
Updates the requirements on [rtshark](https://github.com/CrabeDeFrance/rtshark) to permit the latest version. Updates `rtshark` to 3.1.0 - [Changelog](https://github.com/CrabeDeFrance/rtshark/blob/main/CHANGELOG.md) - [Commits](CrabeDeFrance/rtshark@2.9.0...3.1.0) --- updated-dependencies: - dependency-name: rtshark dependency-type: direct:production dependency-group: all-cargo-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4a5a74 commit 5fb5bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pcap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ bytes = "1.7.1"
1414
hex = "0.4.3"
1515
reqwest = { version = "0.12.7", features = ["blocking"] }
1616
semver = "1.0.23"
17-
rtshark = "2.9.0"
17+
rtshark = "3.1.0"
1818

1919
[dependencies]
2020
anyhow = "1.0.86"
2121
hex = "0.4.3"
22-
rtshark = "2.9.0"
22+
rtshark = "3.1.0"
2323

2424
[dev-dependencies]
2525
# We want to test against the latest, local version of s2n

0 commit comments

Comments
 (0)