Update Rust crate rkyv to 0.8.14
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-14 00:24:16 +00:00
parent ab1fa624b0
commit 588a06ccbb
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"