From cc75202d5ea02dec43301b3b7559fd469405507b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 18:12:09 +0000 Subject: [PATCH] build(deps): bump rkyv from 0.8.15 to 0.8.16 Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.8.15 to 0.8.16. - [Release notes](https://github.com/rkyv/rkyv/releases) - [Commits](https://github.com/rkyv/rkyv/commits) --- updated-dependencies: - dependency-name: rkyv dependency-version: 0.8.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d26dee9cb..c92d46715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2429,6 +2429,12 @@ dependencies = [ "foldhash 0.2.0", ] +[[package]] +name = "hashbrown" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" + [[package]] name = "hdrhistogram" version = "7.5.4" @@ -4594,13 +4600,13 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a30e631b7f4a03dee9056b8ef6982e8ba371dd5bedb74d3ec86df4499132c70" +checksum = "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3" dependencies = [ "bytecheck", "bytes", - "hashbrown 0.16.1", + "hashbrown 0.17.1", "indexmap", "munge", "ptr_meta", @@ -4613,9 +4619,9 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8100bb34c0a1d0f907143db3149e6b4eea3c33b9ee8b189720168e818303986f" +checksum = "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 40afe75e7..4863c74d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -234,7 +234,7 @@ regex = "1.11" region = "3.0" replace_with = "0.1.7" reqwest = { version = "0.13.0", default-features = false } -rkyv = { version = "0.8.13", features = ["indexmap-2", "bytes-1"] } +rkyv = { version = "0.8.16", features = ["indexmap-2", "bytes-1"] } rustc-demangle = "0.1" rustc_version = "0.4" rusty_jsc = "0.1.0"