From e0dfb6a6b0ae5563b970be73ac94c3f6d0b26247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:27:55 +0000 Subject: [PATCH] chore: bump reqwest from 0.11.27 to 0.12.7 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.7. - [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.11.27...v0.12.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 108 +++-------------------------------- admin-tool/Cargo.toml | 2 +- http-wrapper/Cargo.toml | 2 +- integration-tests/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 102 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd0d7a4d0..091cb68e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -989,7 +989,7 @@ dependencies = [ "openssl", "pretty_env_logger", "rand 0.8.5", - "reqwest 0.11.27", + "reqwest", "serde", "serde_yaml", "time", @@ -1081,7 +1081,7 @@ dependencies = [ "log", "openssl", "pretty_env_logger", - "reqwest 0.11.27", + "reqwest", "serde", "thiserror", "time", @@ -1170,7 +1170,7 @@ dependencies = [ "hex", "log", "openssl", - "reqwest 0.12.7", + "reqwest", "serde", "serde_yaml", "tokio", @@ -1754,19 +1754,6 @@ dependencies = [ "tower-service", ] -[[package]] -name = "hyper-tls" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" -dependencies = [ - "bytes", - "hyper 0.14.28", - "native-tls", - "tokio", - "tokio-native-tls", -] - [[package]] name = "hyper-tls" version = "0.6.0" @@ -1892,7 +1879,7 @@ dependencies = [ "pem", "pretty_assertions", "regex", - "reqwest 0.11.27", + "reqwest", "serde", "serde_cbor", "serde_json", @@ -1999,7 +1986,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if 1.0.0", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -2764,46 +2751,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "reqwest" -version = "0.11.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" -dependencies = [ - "base64 0.21.7", - "bytes", - "encoding_rs", - "futures-core", - "futures-util", - "h2 0.3.26", - "http 0.2.12", - "http-body 0.4.6", - "hyper 0.14.28", - "hyper-tls 0.5.0", - "ipnet", - "js-sys", - "log", - "mime", - "native-tls", - "once_cell", - "percent-encoding", - "pin-project-lite", - "rustls-pemfile 1.0.4", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper 0.1.2", - "system-configuration 0.5.1", - "tokio", - "tokio-native-tls", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "winreg", -] - [[package]] name = "reqwest" version = "0.12.7" @@ -2822,7 +2769,7 @@ dependencies = [ "http-body-util", "hyper 1.4.1", "hyper-rustls", - "hyper-tls 0.6.0", + "hyper-tls", "hyper-util", "ipnet", "js-sys", @@ -2836,8 +2783,8 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sync_wrapper 1.0.1", - "system-configuration 0.6.1", + "sync_wrapper", + "system-configuration", "tokio", "tokio-native-tls", "tower-service", @@ -3332,12 +3279,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - [[package]] name = "sync_wrapper" version = "1.0.1" @@ -3357,17 +3298,6 @@ dependencies = [ "libc", ] -[[package]] -name = "system-configuration" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" -dependencies = [ - "bitflags 1.3.2", - "core-foundation", - "system-configuration-sys 0.5.0", -] - [[package]] name = "system-configuration" version = "0.6.1" @@ -3376,17 +3306,7 @@ checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ "bitflags 2.5.0", "core-foundation", - "system-configuration-sys 0.6.0", -] - -[[package]] -name = "system-configuration-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" -dependencies = [ - "core-foundation-sys", - "libc", + "system-configuration-sys", ] [[package]] @@ -4247,16 +4167,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" -[[package]] -name = "winreg" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" -dependencies = [ - "cfg-if 1.0.0", - "windows-sys 0.48.0", -] - [[package]] name = "xattr" version = "1.3.1" diff --git a/admin-tool/Cargo.toml b/admin-tool/Cargo.toml index b9a3d0701..f3f0ebec2 100644 --- a/admin-tool/Cargo.toml +++ b/admin-tool/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" time = "0.3" clap = { version = "4.4", features = ["derive"] } futures = "0.3" -reqwest = "0.11" +reqwest = "0.12" serde = "1" serde_yaml = "0.9" pretty_env_logger = "0.5" diff --git a/http-wrapper/Cargo.toml b/http-wrapper/Cargo.toml index c654c54df..ca5f07a1b 100644 --- a/http-wrapper/Cargo.toml +++ b/http-wrapper/Cargo.toml @@ -29,7 +29,7 @@ warp-sessions = { version = "1.0", optional = true } time = "0.3" # Client-side -reqwest = { version = "0.11", optional = true, features = ["native-tls", "json"] } +reqwest = { version = "0.12", optional = true, features = ["native-tls", "json"] } url = { version = "2", optional = true } [features] diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 3770c34fb..1cb8d33c7 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -25,7 +25,7 @@ regex = "1.3.7" lazy_static = "1.4.0" openssl = "0.10.66" libc = "0.2" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } tokio = "1.25.0" serde = "1" serde_cbor = "0.11"