update deps

This commit is contained in:
Adam 2023-12-16 19:16:29 -05:00
parent 6c018420ac
commit cd7ceca486

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.87"
wasm-bindgen = "0.2.87"
thiserror = "1.0.38"
tracing = { version = "0.1.37", optional = true }
http = "0.2.8"
@ -55,7 +55,7 @@ site-root = "target/site"
site-pkg-dir = "pkg"
# [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to <site-root>/<site-pkg>/app.css
style-file = "style/main.scss"
# style-file = "style/main.scss"
# The tailwind input file.
#