Skip to content

Commit

Permalink
Update gloo-timers requirement from 0.2.4 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo-timers](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](rustwasm/gloo@gloo-timers-v0.2.5...0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 3b29215 commit a5caa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sha2 = "0.10.1"
thiserror = "1.0.23"

[target.'cfg(target_arch = "wasm32")'.dependencies]
gloo-timers = { version = "0.2.4", features = ["futures"] }
gloo-timers = { version = "0.3.0", features = ["futures"] }
instant = { version = "0.1", features = ["now", "wasm-bindgen"] }

[dev-dependencies]
Expand Down

0 comments on commit a5caa9c

Please sign in to comment.