Cargo: update cargo.toml
This commit is contained in:
parent
08c4610043
commit
9c11836101
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -234,6 +234,7 @@ dependencies = [
|
|||
"http-body-util",
|
||||
"hyper",
|
||||
"hyper-util",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"rand",
|
||||
"reqwest",
|
||||
|
|
|
|||
|
|
@ -24,3 +24,4 @@ log = "0.4.21"
|
|||
dotenv = { version = "0.15.0", features = ["clap"] }
|
||||
tower-http = {version = "0.5.2", features = ["fs"]}
|
||||
axum-client-ip = "0.6.0"
|
||||
lazy_static = "1.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue