Compare commits
1 Commits
07c12ac894
...
7f12f8ab9e
Author | SHA1 | Date | |
---|---|---|---|
7f12f8ab9e |
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user