mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
fix: update wasm-bindgen (#33)
This commit is contained in:
parent
70423fb3ba
commit
c8228aa470
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ web-sys = { version = "0.3.63", features = [
|
|||
"FileList",
|
||||
"DataTransfer",
|
||||
] }
|
||||
wasm-bindgen = "0.2.88"
|
||||
wasm-bindgen = "0.2.89"
|
||||
icondata = { version = "0.1.0", features = [
|
||||
"AiCloseOutlined",
|
||||
"AiCheckOutlined",
|
||||
|
|
|
@ -20,7 +20,7 @@ simple_logger = "4"
|
|||
tokio = { version = "1.25.0", optional = true }
|
||||
tower = { version = "0.4.13", optional = true }
|
||||
tower-http = { version = "0.4", features = ["fs"], optional = true }
|
||||
wasm-bindgen = "=0.2.88"
|
||||
wasm-bindgen = "=0.2.89"
|
||||
thiserror = "1.0.38"
|
||||
tracing = { version = "0.1.37", optional = true }
|
||||
http = "0.2.8"
|
||||
|
|
Loading…
Add table
Reference in a new issue