From 4a28cc04dd9eb301dc2248f7b53fc59e947849d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:57:45 +0000 Subject: [PATCH] Bump moka from 0.11.0 to 0.11.1 Bumps [moka](https://github.com/moka-rs/moka) from 0.11.0 to 0.11.1. - [Changelog](https://github.com/moka-rs/moka/blob/master/CHANGELOG.md) - [Commits](https://github.com/moka-rs/moka/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: moka 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 adc4247373..47cd550e32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1222,9 +1222,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934030d03f6191edbb4ba16835ccdb80d560788ac686570a8e2986a0fb59ded8" +checksum = "36506f2f935238463605f3bb13b362f1949daafc3b347d05d60ae08836db2bd2" dependencies = [ "async-io", "async-lock", diff --git a/Cargo.toml b/Cargo.toml index f057df4259..9ca377fab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ dirs = "5.0.1" futures-util = "0.3" headers = "0.3.6" hyper = { version = "0.14.18", features = ["server", "http2"] } -moka = { version = "0.11.0", default-features = false, features = ["future"] } +moka = { version = "0.11.1", default-features = false, features = ["future"] } openssl-probe = { version = "0.1.4", optional = true } path-slash = "0.2.0" reqwest = { version = "0.11.17", default-features = false, features = ["json", "gzip", "cookies", "socks"] }