From b89bd079eaa7ab14d4db2810a6f71a445fe8bc11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:42:39 -0500 Subject: [PATCH] chore(deps): bump reqwest from 0.12.7 to 0.12.8 (#38) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8. - [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.7...v0.12.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... 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 6863476..901e05c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,9 +1113,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 759f551..94e6002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ dotenvy = "0.15.7" dunce = "1.0.5" git2 = "0.19.0" include_dir = "0.7.4" -reqwest = { version = "0.12.7", features = ["json"] } +reqwest = { version = "0.12.8", features = ["json"] } semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1.0.208", features = ["derive"] } serde_json = "1.0.125"