Compare commits
7 Commits
03c730356e
...
5015f670ad
Author | SHA1 | Date | |
---|---|---|---|
5015f670ad | |||
dede9729db | |||
9d8400efa7 | |||
a098338101 | |||
98e8c74dcb | |||
88a0fc5808 | |||
927c2b90bd |
@ -6,13 +6,13 @@ edition = "2024"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.0.29", features = ["derive", "env"] }
|
clap = { version = "4.5.34", features = ["derive", "env"] }
|
||||||
tar = "0.4.38"
|
tar = "0.4.38"
|
||||||
actix-web = "4"
|
actix-web = "4.10.2"
|
||||||
actix = "0.13.0"
|
actix = "0.13.5"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
env_logger = "0.11.7"
|
env_logger = "0.11.7"
|
||||||
actix-web-httpauth = "0.8.0"
|
actix-web-httpauth = "0.8.2"
|
||||||
askama = "0.13.0"
|
askama = "0.13.0"
|
||||||
tokio = "1.23.0"
|
tokio = "1.23.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user