chore(deps): bump gloo-timers from 0.2.6 to 0.3.0 (#2011)

Bumps [gloo-timers](https://github.com/rustwasm/gloo) from 0.2.6 to 0.3.0.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/gloo/compare/gloo-timers-v0.2.6...0.3.0)

---
updated-dependencies:
- dependency-name: gloo-timers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-20 23:40:42 +00:00 committed by GitHub
parent e419e1a54b
commit 75263c6214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

14
Cargo.lock generated
View file

@ -1601,7 +1601,7 @@ dependencies = [
"gloo-net",
"gloo-render",
"gloo-storage",
"gloo-timers",
"gloo-timers 0.2.6",
"gloo-utils",
"gloo-worker",
]
@ -1726,6 +1726,16 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "gloo-timers"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "gloo-utils"
version = "0.1.7"
@ -2465,7 +2475,7 @@ name = "kanidmd_web_ui"
version = "1.1.0-rc.14-dev"
dependencies = [
"gloo",
"gloo-timers",
"gloo-timers 0.3.0",
"js-sys",
"kanidm_proto",
"lazy_static",

View file

@ -32,7 +32,7 @@ uuid = { workspace = true }
yew = { workspace = true, features = ["csr"] }
yew-router = { workspace = true }
time = { workspace = true }
gloo-timers = "0.2.6"
gloo-timers = "0.3.0"
wasm-timer = "0.2.5"
regex.workspace = true
lazy_static.workspace = true