Compare commits

..

1 Commits

Author SHA1 Message Date
7f12f8ab9e fix(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2024-09-20 00:26:19 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2632,9 +2632,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.5.2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
checksum = "41515cc9e193536d93fd0dbbea0c73819c08eca76e0b30909a325c3ec90985bb"
dependencies = [
"bitflags 2.5.0",
"bytes",

View File

@ -29,7 +29,7 @@ simple_logger = "5"
thiserror = "1"
axum = { version = "0.7.5", optional = true }
tower = { version = "0.5.0", optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true }
tower-http = { version = "0.6.0", features = ["fs"], optional = true }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }
wasm-bindgen = "0.2"
tracing-subscriber = { version = "0.3.18", optional = true, features = [