From daa00c215afb23af63df889791e1ea769afcd8fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:06:58 +0000 Subject: [PATCH] Bump the all-dependencies-cargo group in /rage-webassembly with 1 update Updates the requirements on [age](https://github.com/str4d/rage) to permit the latest version. Updates `age` to 0.10.0 - [Release notes](https://github.com/str4d/rage/releases) - [Commits](https://github.com/str4d/rage/compare/v0.9.2...v0.10.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 cd618ce..854b55a 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.9.2", features = ["armor"] } +age = { version = "0.10.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"