fix: update wasm-bindgen (#33)

This commit is contained in:
luoxiaozero 2023-12-03 00:21:29 +08:00 committed by GitHub
parent 70423fb3ba
commit c8228aa470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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"