build(deps): add futures-timer v3.0.0 to Cargo.toml
This commit is contained in:
parent
40140b40c4
commit
b616fbb438
2 changed files with 8 additions and 0 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -722,6 +722,7 @@ dependencies = [
|
|||
"actix-web",
|
||||
"console_error_panic_hook",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"gloo-net 0.5.0",
|
||||
"http 1.2.0",
|
||||
"js-sys",
|
||||
|
@ -1083,6 +1084,12 @@ version = "0.3.31"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||||
|
||||
[[package]]
|
||||
name = "futures-timer"
|
||||
version = "3.0.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
||||
|
||||
[[package]]
|
||||
name = "futures-util"
|
||||
version = "0.3.31"
|
||||
|
|
|
@ -28,6 +28,7 @@ wasm-bindgen-futures = "0.4"
|
|||
serde_json="1.0.133"
|
||||
thiserror = "2.0.9"
|
||||
zerofrom = "0.1"
|
||||
futures-timer = "3.0.0"
|
||||
|
||||
[features]
|
||||
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]
|
||||
|
|
Loading…
Add table
Reference in a new issue