chore: bump rkyv to 0.8.10. (#4018)

This commit is contained in:
martin frances
2025-05-28 02:15:59 +01:00
committed by GitHub
parent ff81d34084
commit d7dd6a1109
2 changed files with 33 additions and 32 deletions

View File

@@ -58,7 +58,7 @@ postcard = { version = "1", features = ["alloc"], optional = true }
hyper = { version = "1.6", optional = true }
bytes = "1.10"
http-body-util = { version = "0.1.3", optional = true }
rkyv = { version = "0.8.9", optional = true }
rkyv = { version = "0.8.10", optional = true }
rmp-serde = { version = "1.3.0", optional = true }
base64 = { workspace = true, default-features = true }