Compare commits
2 Commits
d61b213bde
...
2258c32e81
| Author | SHA1 | Date | |
|---|---|---|---|
| 2258c32e81 | |||
| 91a1084a97 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -21,9 +21,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-files"
|
name = "actix-files"
|
||||||
version = "0.6.9"
|
version = "0.6.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341"
|
checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-http",
|
"actix-http",
|
||||||
"actix-service",
|
"actix-service",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ license = "GPL-3.0-only"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.57", features = ["derive", "env"] }
|
clap = { version = "4.5.57", features = ["derive", "env"] }
|
||||||
actix-web = "4.12.1"
|
actix-web = "4.12.1"
|
||||||
actix-files = "0.6.9"
|
actix-files = "0.6.10"
|
||||||
actix-multipart = "0.7.2"
|
actix-multipart = "0.7.2"
|
||||||
env_logger = "0.11.8"
|
env_logger = "0.11.8"
|
||||||
log = "0.4.29"
|
log = "0.4.29"
|
||||||
|
|||||||
Reference in New Issue
Block a user