From 577682342975382fd588696cd10fbd2e51a60cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:00:20 +0000 Subject: [PATCH] Bump reqwest from 0.12.26 to 0.13.1 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.26 to 0.13.1. - [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.26...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- factorion-bot-reddit/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5fc24e..17f007c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ dependencies = [ "http 1.4.0", "log", "postcard", - "reqwest 0.12.26", + "reqwest 0.13.1", "serde", "serde_json", "tokio", @@ -1466,9 +1466,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.26" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" +checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" dependencies = [ "base64 0.22.1", "bytes", @@ -1487,7 +1487,6 @@ dependencies = [ "rustls-pki-types", "serde", "serde_json", - "serde_urlencoded", "sync_wrapper 1.0.2", "tokio", "tokio-native-tls", diff --git a/factorion-bot-reddit/Cargo.toml b/factorion-bot-reddit/Cargo.toml index a8a5e7c..4966682 100644 --- a/factorion-bot-reddit/Cargo.toml +++ b/factorion-bot-reddit/Cargo.toml @@ -11,7 +11,7 @@ categories = ["mathematics", "web-programming", "parser-implementations"] [dependencies] factorion-lib = {path = "../factorion-lib", version = "4.1.11", features = ["serde", "influxdb"]} -reqwest = { version = "0.12.26", features = ["json", "native-tls"], default-features = false } +reqwest = { version = "0.13.1", features = ["json", "native-tls"], default-features = false } serde = { version = "1.0.219", default-features = false, features = ["derive"] } serde_json = "1.0.140" postcard = {version = "1.1.3", features = ["use-std"]}