Skip to content

Commit

Permalink
build(deps): update gloo requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/gloo/commits)

---
updated-dependencies:
- dependency-name: gloo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent ce43af5 commit 155f2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
base64 = "0.21"
gloo = "0.10"
gloo = "0.11"
js-sys = "0.3"
qrcode-generator = "4"
ur = { path = "../.." }
Expand Down

0 comments on commit 155f2ba

Please sign in to comment.