From edcf6e7fe56d521f2d10d7a347c46000247d4b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:46:30 +0000 Subject: [PATCH] Bump reqwest from 0.12.7 to 0.12.8 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8. - [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.12.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++++++++------------ lib/borderlands-launcher/Cargo.toml | 2 +- lib/shift-orcz/Cargo.toml | 2 +- shift-client-cli/Cargo.toml | 2 +- shift-client/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c43894ac..ade080cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1244,9 +1244,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "async-compression", "base64 0.22.0", @@ -1943,19 +1943,20 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", @@ -1980,9 +1981,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -1990,9 +1991,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", @@ -2003,9 +2004,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-streams" diff --git a/lib/borderlands-launcher/Cargo.toml b/lib/borderlands-launcher/Cargo.toml index fa836075..c8bee58b 100644 --- a/lib/borderlands-launcher/Cargo.toml +++ b/lib/borderlands-launcher/Cargo.toml @@ -13,7 +13,7 @@ async-compression = { version = "0.4.12", features = [ "tokio", "gzip" ], defaul bytes = { version = "1.7.2", default-features = false } futures-util = { version = "0.3.30", default-features = false } prost = "0.13.3" -reqwest = { version = "0.12.7", features = [ "gzip", "deflate", "stream" ], default-features = false } +reqwest = { version = "0.12.8", features = [ "gzip", "deflate", "stream" ], default-features = false } thiserror = "1.0.64" tokio = { version = "1.40.0", default-features = false } tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false } diff --git a/lib/shift-orcz/Cargo.toml b/lib/shift-orcz/Cargo.toml index 8a213c93..a5589611 100644 --- a/lib/shift-orcz/Cargo.toml +++ b/lib/shift-orcz/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] once_cell = "1.20.1" regex = "1.11.0" -reqwest = { version = "0.12.7", default-features = false } +reqwest = { version = "0.12.8", default-features = false } scraper = { version = "0.20.0", default-features = false } thiserror = "1.0.64" time = { version = "0.3.36", features = [ "parsing", "macros" ] } diff --git a/shift-client-cli/Cargo.toml b/shift-client-cli/Cargo.toml index bbc352ed..876a5205 100644 --- a/shift-client-cli/Cargo.toml +++ b/shift-client-cli/Cargo.toml @@ -10,7 +10,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.89" -reqwest = { version = "0.12.7", default-features = false } +reqwest = { version = "0.12.8", default-features = false } shift-client = { version = "0.0.0", path = "../shift-client" } shift-orcz = { version = "0.0.0", path = "../lib/shift-orcz" } tokio = { version = "1.40.0", features = [ "time", "rt-multi-thread" ] } diff --git a/shift-client/Cargo.toml b/shift-client/Cargo.toml index 5dd1e544..e98ea25c 100644 --- a/shift-client/Cargo.toml +++ b/shift-client/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" [dependencies] once_cell = "1.20.1" -reqwest = { version = "0.12.7", default-features = false, features = [ "cookies", "json" ] } +reqwest = { version = "0.12.8", default-features = false, features = [ "cookies", "json" ] } scraper = { version = "0.20.0", default-features = false } serde = { version = "1.0.210", features = [ "derive" ] } serde_json = "1.0.127"