From 8646ec512389bc6c882f1bd30ff62d830757c001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:22:55 +0100 Subject: [PATCH] Update Rust crate redb to 1.4 (#139) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b1d511..5471465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde", "clock"], default-features = fa async-trait = "0.1" hex = "0.4" backoff = { version = "0.4", features = ["tokio"] } -redb = { version = "1.3", optional = true } +redb = { version = "1.4", optional = true } moka = { version = "0.12", features = ["future"], optional = true } # Caching library [dev-dependencies]