update deps
This commit is contained in:
@@ -7,6 +7,7 @@ edition = "2021"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
osiris-client = { path = "../../osiris/client" }
|
||||
yew = { workspace = true }
|
||||
wasm-bindgen = { workspace = true }
|
||||
wasm-bindgen-futures = { workspace = true }
|
||||
@@ -33,7 +34,7 @@ web-sys = { workspace = true, features = [
|
||||
] }
|
||||
js-sys = { workspace = true }
|
||||
gloo = { workspace = true }
|
||||
gloo-timers = { workspace = true }
|
||||
gloo-timers = { workspace = true, features = ["futures"] }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
serde-wasm-bindgen = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user