From eb8c06d9b1b1ec86b48bcd20f04a1388aebb1ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:44:46 +0000 Subject: [PATCH] chore: Bump reqwest from 0.12.19 to 0.12.20 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.19 to 0.12.20. - [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.19...v0.12.20) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d22e78..9139ca4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1784,9 +1784,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.19" +version = "0.12.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119" +checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" dependencies = [ "base64 0.22.1", "bytes", @@ -1803,7 +1803,6 @@ dependencies = [ "hyper-rustls", "hyper-tls", "hyper-util", - "ipnet", "js-sys", "log", "mime", diff --git a/Cargo.toml b/Cargo.toml index 7b654d9..ef6da40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ cloudevents-sdk = { version = "0.8.0", features = ["reqwest"], optional = true } futures = "0.3.31" futures-util = "0.3.31" jsonschema = "0.30.0" -reqwest = { version = "0.12.19", features = ["json", "stream"] } +reqwest = { version = "0.12.20", features = ["json", "stream"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" testcontainers = { version = "0.24.0", features = [