From dfa47982ba495ee6689ab705636a8f6615fb44ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:03:38 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.12.9 to 0.12.12 in /backend 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] --- backend/Cargo.lock | 7 ++++--- backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 377f86c..10d9e17 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -925,7 +925,7 @@ dependencies = [ "git2", "jsonwebtoken", "oauth2", - "reqwest 0.12.9", + "reqwest 0.12.12", "serde", "serde_json", "sqlx", @@ -1689,9 +1689,9 @@ dependencies = [ [[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", @@ -1723,6 +1723,7 @@ dependencies = [ "tokio", "tokio-native-tls", "tokio-util", + "tower", "tower-service", "url", "wasm-bindgen", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2db62c9..e679166 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -20,7 +20,7 @@ fs-err = { version = "3.0.0", features = ["tokio"] } git2 = "0.20.0" jsonwebtoken = "9.3.0" oauth2 = "4.4.2" -reqwest = { version = "0.12.9", features = ["stream", "json"] } +reqwest = { version = "0.12.12", features = ["stream", "json"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio"] }