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"