Skip to content

Commit e68dfe9

Browse files
build(deps): update rtshark requirement from 2.9.0 to 3.1.0 in /tests/pcap in the all-cargo-updates group across 1 directory (#5087)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24eaea5 commit e68dfe9

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)