Compare commits
1 commit
24da0eb094
...
503ba9cd7b
| Author | SHA1 | Date | |
|---|---|---|---|
| 503ba9cd7b |
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -932,9 +932,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.20.1"
|
||||
version = "1.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
|
||||
checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ name = "site"
|
|||
[dependencies]
|
||||
axum = { version = "0.5.11" }
|
||||
hyper = { version = "0.14.19" }
|
||||
tokio = { version = "1.20.1", features = ["full"] }
|
||||
tokio = { version = "1.20.0", features = ["full"] }
|
||||
tracing = "0.1.35"
|
||||
tracing-subscriber = {version = "0.3.14", features = ["env-filter"] }
|
||||
tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue