mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
e419e1a54b
commit
75263c6214
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue