Compare commits
3 Commits
a1ef004cea
...
b4a7c22f9b
| Author | SHA1 | Date | |
|---|---|---|---|
| b4a7c22f9b | |||
| 42c8c70609 | |||
| d76a94e8e4 |
4
virtweb_backend/Cargo.lock
generated
4
virtweb_backend/Cargo.lock
generated
@@ -61,9 +61,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "actix-files"
|
||||
version = "0.6.9"
|
||||
version = "0.6.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341"
|
||||
checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b"
|
||||
dependencies = [
|
||||
"actix-http",
|
||||
"actix-service",
|
||||
|
||||
@@ -17,7 +17,7 @@ actix-remote-ip = "0.1.0"
|
||||
actix-session = { version = "0.10.1", features = ["cookie-session"] }
|
||||
actix-identity = "0.8.0"
|
||||
actix-cors = "0.7.1"
|
||||
actix-files = "0.6.9"
|
||||
actix-files = "0.6.10"
|
||||
actix-ws = "0.3.1"
|
||||
actix-http = "3.11.2"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user