From b8576cf65504cbe7e49d4a79c0f90c443eb6cec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:53:12 +0000 Subject: [PATCH] Update age requirement Updates the requirements on [age](https://github.com/str4d/rage) to permit the latest version. Updates `age` to 0.11.0 - [Release notes](https://github.com/str4d/rage/releases) - [Commits](https://github.com/str4d/rage/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: age dependency-type: direct:production dependency-group: all-dependencies-cargo ... Signed-off-by: dependabot[bot] --- rage-webassembly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rage-webassembly/Cargo.toml b/rage-webassembly/Cargo.toml index 854b55a..992fd30 100644 --- a/rage-webassembly/Cargo.toml +++ b/rage-webassembly/Cargo.toml @@ -18,7 +18,7 @@ wasm-bindgen = "0.2.84" # all the `std::fmt` and `std::panicking` infrastructure, so isn't great for # code size when deploying. console_error_panic_hook = { version = "0.1.7", optional = true } -age = { version = "0.10.0", features = ["armor"] } +age = { version = "0.11.0", features = ["armor"] } getrandom2 = {package="getrandom", version = "0.2", features = ["js"] } getrandom1 = {package="getrandom", version = "0.1", features = ["wasm-bindgen"] } js-sys = "0.3.65"