diff --git a/chitchat/Cargo.toml b/chitchat/Cargo.toml index b804fac..35415b2 100644 --- a/chitchat/Cargo.toml +++ b/chitchat/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.51" async-trait = "0.1" bytes = "1" itertools = "0.14" -lru = "0.17" +lru = "0.18" rand = "0.10" serde = { version = "1", features = ["derive", "rc"] } tokio = { version = "1.28.0", features = [