From c36dcf0eaf541ecc0b8f46e7602ac155b2147aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:35:41 -0300 Subject: [PATCH] Bump reqwest from 0.11.24 to 0.11.26 (#168) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.26. - [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.11.24...v0.11.26) --- 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 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0bb526..600d5bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.24" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64", "bytes", diff --git a/server/Cargo.toml b/server/Cargo.toml index f85ca3d..f4465b3 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -25,4 +25,4 @@ uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde"] } [dev-dependencies] axum-test = "14.4.0" -reqwest = { version = "0.11.23", features = ["json"] } \ No newline at end of file +reqwest = { version = "0.11.26", features = ["json"] } \ No newline at end of file