From 5d4140991fc03007c5b6bf8ca71ce560b7ee7017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:02:29 +0000 Subject: [PATCH] chore(update): 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 ++-- rikctl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b800a0..49809d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,9 +2657,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[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/rikctl/Cargo.toml b/rikctl/Cargo.toml index 20e77f9..f05367d 100644 --- a/rikctl/Cargo.toml +++ b/rikctl/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.96" serde_yaml = "0.9.21" clap = { version = "4.0.18", features = ["derive"] } -reqwest = "0.11.14" +reqwest = "0.11.18" prettytable-rs = "0.10.0" anyhow = "1.0.71" dirs = "5.0.0"