From 9a73fdb651bb5e7fe63a357c0b8dd72ad1361a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:29:10 +0400 Subject: [PATCH] Bump reqwest from 0.12.7 to 0.12.9 (#55) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6a2baa..e30eb30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3034,9 +3034,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0da1a4e..2c73022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.40.0", features = [ "signal" ] } graphql_client = "0.14.0" -reqwest = { version = "0.12.7", features = ["json"] } +reqwest = { version = "0.12.9", features = ["json"] } async-trait = { version = "0.1.83" } log = "0.4.22" serde = { version = "1.0.214", default-features = false, features = ["derive"]}