From 5157953b25967325ebd1cba8430dcbd57aad925e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:55:37 +0000 Subject: [PATCH] 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](https://github.com/CrabeDeFrance/rtshark/compare/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] --- tests/pcap/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pcap/Cargo.toml b/tests/pcap/Cargo.toml index 04f87f0928b..f91a7d5f9a4 100644 --- a/tests/pcap/Cargo.toml +++ b/tests/pcap/Cargo.toml @@ -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