From d6fa0d9ed023c3251d783957ddb4909775033465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:14:37 +0000 Subject: [PATCH] Bump the all-cargo-updates group across 2 directories with 3 updates Updates the requirements on [rtshark](https://github.com/CrabeDeFrance/rtshark), [reqwest](https://github.com/seanmonstar/reqwest) and [crabgrind](https://github.com/2dav/crabgrind) to permit the latest version. Updates `rtshark` to 4.3.0 - [Changelog](https://github.com/CrabeDeFrance/rtshark/blob/main/CHANGELOG.md) - [Commits](https://github.com/CrabeDeFrance/rtshark/compare/3.1.0...4.3.0) Updates `reqwest` to 0.13.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.13.4) Updates `crabgrind` to 0.2.6 - [Commits](https://github.com/2dav/crabgrind/commits) --- updated-dependencies: - dependency-name: rtshark dependency-version: 4.3.0 dependency-type: direct:production dependency-group: all-cargo-updates - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production dependency-group: all-cargo-updates - dependency-name: crabgrind dependency-version: 0.2.6 dependency-type: direct:production dependency-group: all-cargo-updates ... Signed-off-by: dependabot[bot] --- tests/pcap/Cargo.toml | 6 +++--- tests/regression/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pcap/Cargo.toml b/tests/pcap/Cargo.toml index f91a7d5..bc5e945 100644 --- a/tests/pcap/Cargo.toml +++ b/tests/pcap/Cargo.toml @@ -12,14 +12,14 @@ download = [] # Download additional pcaps from a list of configured urls anyhow = "1.0.86" bytes = "1.7.1" hex = "0.4.3" -reqwest = { version = "0.12.7", features = ["blocking"] } +reqwest = { version = "0.13.4", features = ["blocking"] } semver = "1.0.23" -rtshark = "3.1.0" +rtshark = "4.3.0" [dependencies] anyhow = "1.0.86" hex = "0.4.3" -rtshark = "3.1.0" +rtshark = "4.3.0" [dev-dependencies] # We want to test against the latest, local version of s2n diff --git a/tests/regression/Cargo.toml b/tests/regression/Cargo.toml index a3ee872..9cde86f 100644 --- a/tests/regression/Cargo.toml +++ b/tests/regression/Cargo.toml @@ -9,7 +9,7 @@ s2n-tls-sys = { version = "=0.3", path = "../../bindings/rust/extended/s2n-tls-s bytes = { version = "1", optional = true } errno = { version = "0.3" } libc = "0.2" -crabgrind = "0.1" +crabgrind = "0.2" futures-test = "0.3.30" glob = "0.3.1"