From 588a06ccbb671e9a06ae9587f9a39ad875aeb588 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Jan 2026 00:24:16 +0000 Subject: [PATCH] Update Rust crate rkyv to 0.8.14 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b26f031..155c320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2862,9 +2862,9 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b2e88acca7157d83d789836a3987dafc12bc3d88a050e54b8fe9ea4aaa29d20" +checksum = "360b333c61ae24e5af3ae7c8660bd6b21ccd8200dbbc5d33c2454421e85b9c69" dependencies = [ "bytecheck", "bytes", @@ -2881,9 +2881,9 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6dffea3c91fa91a3c0fc8a061b0e27fef25c6304728038a6d6bcb1c58ba9bd" +checksum = "7c02f8cdd12b307ab69fe0acf4cd2249c7460eb89dce64a0febadf934ebb6a9e" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a818114..77a17ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ qrcode-generator = "5.0.0" webauthn-rs = { version = "0.5.4", features = ["danger-allow-state-serialisation"] } url = "2.5.8" light-openid = { version = "1.1.0", features = ["crypto-wrapper"] } -rkyv = "0.8.13" +rkyv = "0.8.14" chrono = "0.4.42" lazy_static = "1.5.0" mailchecker = "6.0.19"