Skip to content

Commit

Permalink
Bump the all-dependencies-cargo group in /rage-webassembly with 1 update
Browse files Browse the repository at this point in the history
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](str4d/rage@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bomgar committed Mar 1, 2024
1 parent f97c186 commit daa00c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rage-webassembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit daa00c2

Please sign in to comment.