From b2e32ae34d82e46ddf0621f0e3ffc46856d72580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:01:05 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.9 to 0.12.12 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.12. - [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.9...v0.12.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a67d1b..9573896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2363,9 +2363,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "base64 0.22.1", "bytes", @@ -2394,6 +2394,7 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-rustls 0.26.1", + "tower 0.5.2", "tower-service", "url", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 5013df5..184e79e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ password-auth = { version = "1.1.0-pre.1", default-features = false, features = plotly = { version = "0.11.0", default-features=false, features = ["with-axum"] } rand = { version = "0.8.5", default-features = false } regex = { version = "1.11.0", default-features = false } -reqwest = { version = "0.12.8", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.12.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0.210", default-features = false, features = ["derive", "serde_derive"] } serde_json = { version = "1.0.128", default-features = false } sqlx = { version = "0.8.2", default-features = false, features = ["runtime-tokio-rustls", "postgres", "time", "uuid", "migrate"] }