From 18a69ff7dc3ebba67aa2e1e37fa75996533e1d62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:14:12 +0000 Subject: [PATCH] Update Rust crate redb to 1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e284c40..f93d418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,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.1", optional = true } +redb = { version = "1.2", optional = true } moka = { version = "0.12", features = ["future"], optional = true } # Caching library [dev-dependencies]