From 1faf5763d5bd2673e7fb9e5f7dbfadf7fb0f1982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 09:03:18 +0000 Subject: [PATCH] deps(cargo): bump the cargo-dependencies group with 2 updates Bumps the cargo-dependencies group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [afl](https://github.com/rust-fuzz/afl.rs). Updates `reqwest` from 0.13.2 to 0.13.3 - [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.13.2...v0.13.3) Updates `afl` from 0.17.1 to 0.18.1 - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](https://github.com/rust-fuzz/afl.rs/commits) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: afl dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- sectxtbin/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ed3d4e..560ccdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "afl" -version = "0.17.1" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62656735672273d859b4e3dcd2d3c6dbe2f4decee62e3c206aad2363b1a2f9e2" +checksum = "25f85f013c45496fbafc0f85c4bb2451f5c0a1aded6187a3dc7e11bd14d199e5" dependencies = [ "home", "libc", @@ -1229,9 +1229,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", diff --git a/sectxtbin/Cargo.toml b/sectxtbin/Cargo.toml index 5b49d46..20f8fc9 100644 --- a/sectxtbin/Cargo.toml +++ b/sectxtbin/Cargo.toml @@ -16,7 +16,7 @@ argh = "0.1.19" futures = "0.3.32" human-panic = "2.0.8" lazy_static = "1.5.0" -reqwest = "0.13.1" +reqwest = "0.13.3" tracing = "0.1.44" tracing-subscriber = { version = ">=0.3.20", features = ["env-filter", "json", "valuable"] } url = "2.5.8"