From d4dd6a890066e1210c2a9469ad52a6baf9451201 Mon Sep 17 00:00:00 2001 From: Akira Hayakawa Date: Tue, 29 Oct 2024 04:18:40 +0000 Subject: [PATCH] redb 2.2, bytes 1.8 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fff524c2..403f504e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,13 @@ members = [ anyhow = "1.0.90" async-trait = "0.1.80" bincode = "1.3.3" -bytes = "1.6.0" +bytes = "1.8" futures = "0.3" prost = "0.13" prost-build = "0.13" protox = "0.7" rand = "0.8" -redb = "2.1" +redb = "2.2" spin = "0.9" tokio = "1.38" tonic = "0.12"