Skip to content

Commit

Permalink
build(deps): update rtshark requirement from 2.9.0 to 3.1.0 in /tests…
Browse files Browse the repository at this point in the history
…/pcap in the all-cargo-updates group across 1 directory (aws#5087)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and dougch committed Mar 3, 2025
1 parent 42b2a26 commit 23d2178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pcap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ bytes = "1.7.1"
hex = "0.4.3"
reqwest = { version = "0.12.7", features = ["blocking"] }
semver = "1.0.23"
rtshark = "2.9.0"
rtshark = "3.1.0"

[dependencies]
anyhow = "1.0.86"
hex = "0.4.3"
rtshark = "2.9.0"
rtshark = "3.1.0"

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

0 comments on commit 23d2178

Please sign in to comment.