diff --git a/Cargo.toml b/Cargo.toml index 40eb36a..9425614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ subtle = "2.5" # Serialization serde = { version = "1.0", features = ["derive"] } -bincode = "2.0.0-rc.3" +bincode = "3.0.0" # Error handling thiserror = "1.0"