From 8ce7f8cb801b3c5b789529ee6026e2bb3bdb93e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 17:08:16 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.11.16 to 0.11.18 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.16 to 0.11.18. - [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.16...v0.11.18) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8d7f82..5fcdc49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2371,9 +2371,9 @@ checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "reqwest" -version = "0.11.16" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64 0.21.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9bb99af..18e7bd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ async_once = "0.2.6" cfg-if = "1.0.0" # http -reqwest = { version = "0.11.14", optional = true } +reqwest = { version = "0.11.18", optional = true } # clipboard nix = { version = "0.26.2", optional = true, features = ["event"] }