From b5168701c88348c5906b88aa12872c70bdc74e3a Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:07:44 +0000 Subject: [PATCH] fix(deps): update rust crate rkyv to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afe95ad..34f7af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,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"