fix(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2024-09-08 04:18:24 +00:00
parent d4f80f2c7f
commit dfa6d1dbb1
2 changed files with 91 additions and 69 deletions

View File

@@ -28,7 +28,7 @@ log = "0.4"
simple_logger = "5"
thiserror = "1"
axum = { version = "0.7.5", optional = true }
tower = { version = "0.4.13", optional = true }
tower = { version = "0.5.0", optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }
wasm-bindgen = "0.2"