From f6908cc399e7cc0974d561d13ce3bf120a996696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 12:57:19 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.11.15 to 0.11.18 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.15 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.15...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 4784689..19394ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1628,9 +1628,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.15" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64", "bytes 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 75df1f0..788712f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ hyper = { version = "0.14.20", features = ["http2", "server"] } lazy_static = "1.4.0" librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2.52.1" } quick-xml = "0.25.0" -reqwest = { version = "0.11.15", features = ["default-tls"] } +reqwest = { version = "0.11.18", features = ["default-tls"] } tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread"] } url = "2.3.1"