From 13f50e57de064429168acc68e1132c6b1192e8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:45:49 +0000 Subject: [PATCH] chore(deps): Bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [async-compression](https://github.com/Nullus157/async-compression). Updates `reqwest` from 0.13.1 to 0.13.2 - [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.1...v0.13.2) Updates `async-compression` from 0.4.37 to 0.4.38 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Commits](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.37...async-compression-v0.4.38) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: async-compression dependency-version: 0.4.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c49678..217b619 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d" [[package]] name = "async-compression" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d10e4f991a553474232bc0a31799f6d24b034a84c0971d80d2e2f78b2e576e40" +checksum = "82da0ea54ea533ec09d949717c6386a1c34f2d9b51c1fcc7eef8b9ce0b690a3e" dependencies = [ "compression-codecs", "compression-core", @@ -791,7 +791,7 @@ dependencies = [ "rand 0.9.2", "redis", "regex", - "reqwest 0.13.1", + "reqwest 0.13.2", "rstest", "serde", "serde-env", @@ -2747,9 +2747,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" +checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 563a72d..c70e8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/deadlock-api/deadlock-api-rust" license = "MIT" [dependencies] -reqwest = { version = "0.13.1", features = ["json", "http2", "zstd", "gzip", "form"] } +reqwest = { version = "0.13.2", features = ["json", "http2", "zstd", "gzip", "form"] } tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] } tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } redis = { version = "1.0.3", default-features = false, features = ["tokio-comp"] } @@ -36,7 +36,7 @@ valveprotos = { git = "https://github.com/deadlock-api/valveprotos-rs.git", rev prost = "0.14.3" base64 = "0.22.1" tryhard = "0.5.2" -async-compression = { version = "0.4.37", features = ["bzip2", "tokio"] } +async-compression = { version = "0.4.38", features = ["bzip2", "tokio"] } strum = { version = "0.27.2", features = ["derive"] } axum-extra = { version = "0.12.5", features = ["query"] } metrics = "0.24.3"