diff --git a/Cargo.toml b/Cargo.toml index 4b42ada..1f93ece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ io-uring = "0.7" socket2 = "0.6" # Serialization -bincode = "1.3" +bincode = "3.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" base64 = "0.22"