Compare commits
2 Commits
5e57e7df06
...
19c82da34c
| Author | SHA1 | Date | |
|---|---|---|---|
| 19c82da34c | |||
| 08141f59a6 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -400,9 +400,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "1.11.0"
|
version = "1.11.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytestring"
|
name = "bytestring"
|
||||||
|
|||||||
@@ -13,6 +13,6 @@ actix-files = "0.6.9"
|
|||||||
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"
|
||||||
bytes = "1.11.0"
|
bytes = "1.11.1"
|
||||||
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
|
||||||
tar = "0.4.44"
|
tar = "0.4.44"
|
||||||
|
|||||||
Reference in New Issue
Block a user