diff --git a/Cargo.toml b/Cargo.toml index 632c29c..ccb8f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ chrono = "0.4" sha2 = "0.10" flate2 = "1.0" lz4 = "1.24" -bincode = { version = "2.0.0-rc.3", features = ["serde"] } +bincode = { version = "3.0.0", features = ["serde"] } rand = "0.8" ndarray = { version = "0.16", features = ["serde"] }