From 55fe341174cb6fd685756afe5189153058c6d25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:25:33 +0000 Subject: [PATCH] Update rkyv requirement from 0.7.43 to 0.8.3 Updates the requirements on [rkyv](https://github.com/rkyv/rkyv) to permit the latest version. - [Release notes](https://github.com/rkyv/rkyv/releases) - [Commits](https://github.com/rkyv/rkyv/commits) --- updated-dependencies: - dependency-name: rkyv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab4b045c48..b341d535c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ __internal_bench = [] num-traits = { version = "0.2", default-features = false } serde = { version = "1.0.99", default-features = false, optional = true } pure-rust-locales = { version = "0.8", optional = true } -rkyv = { version = "0.7.43", optional = true, default-features = false } +rkyv = { version = "0.8.3", optional = true, default-features = false } arbitrary = { version = "1.0.0", features = ["derive"], optional = true } [target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies]