diff --git a/Cargo.toml b/Cargo.toml index 73dd278..9248b0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ home = "0.5" prost = "0.12.1" reqwest = { version = "0.12.0", features = ["json"] } rand = "0.9.0" -rkyv = { version = "0.7.42", features = ["strict"] } +rkyv = { version = "0.8.0", features = ["strict"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" tikv-jemallocator = "0.5.4"