From 500ccd836709708d1edf7a8cbc14e15df5252f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:47:13 +0000 Subject: [PATCH] Bump the rust-minor-patch group with 1 update Bumps the rust-minor-patch group with 1 update: [key-rwlock](https://github.com/Defelo/key-rwlock). - [Release notes](https://github.com/Defelo/key-rwlock/releases) - [Changelog](https://github.com/Defelo/key-rwlock/blob/develop/release.toml) - [Commits](https://github.com/Defelo/key-rwlock/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: key-rwlock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-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 3fa7d24..483b5e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,9 +850,9 @@ dependencies = [ [[package]] name = "key-rwlock" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae710886ef1c6f43b28f0da0b5f8b872f22c1d99f0f64182195d88523c592ab0" +checksum = "ce57601bdf3e9f549fe8a31bd5f848fb3ce5d35b0ce05f7b558d9a6d185b7c2d" dependencies = [ "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 87f9bdd..09d2f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ codegen-units = 1 anyhow = { version = "1.0.75", default-features = false, features = ["std"] } config = { version = "0.13.3", default-features = false, features = ["toml", "json"] } fnct = { version = "0.6.0", default-features = false } -key-rwlock = { version = "0.1.1", default-features = false } +key-rwlock = { version = "0.1.2", default-features = false } once_cell = { version = "1.18.0", default-features = false } poem = { version = "1.3.58", default-features = false, features = ["server", "anyhow"] } poem-ext = { version = "0.9.3", default-features = false, features = ["shield"] }