Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
8790f5f
1
Parent(s):
0f19ade
build(deps): bump actix-files from 0.6.2 to 0.6.5 (#511)
Browse files- Cargo.lock +10 -10
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -36,16 +36,15 @@ dependencies = [
|
|
36 |
|
37 |
[[package]]
|
38 |
name = "actix-files"
|
39 |
-
version = "0.6.
|
40 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
41 |
-
checksum = "
|
42 |
dependencies = [
|
43 |
"actix-http",
|
44 |
"actix-service",
|
45 |
"actix-utils",
|
46 |
"actix-web",
|
47 |
-
"
|
48 |
-
"bitflags 1.3.2",
|
49 |
"bytes 1.5.0",
|
50 |
"derive_more",
|
51 |
"futures-core",
|
@@ -55,6 +54,7 @@ dependencies = [
|
|
55 |
"mime_guess",
|
56 |
"percent-encoding 2.3.1",
|
57 |
"pin-project-lite",
|
|
|
58 |
]
|
59 |
|
60 |
[[package]]
|
@@ -346,12 +346,6 @@ version = "0.7.4"
|
|
346 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
347 |
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
348 |
|
349 |
-
[[package]]
|
350 |
-
name = "askama_escape"
|
351 |
-
version = "0.10.3"
|
352 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
353 |
-
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
354 |
-
|
355 |
[[package]]
|
356 |
name = "async-compression"
|
357 |
version = "0.4.5"
|
@@ -4018,6 +4012,12 @@ dependencies = [
|
|
4018 |
"rand 0.6.5",
|
4019 |
]
|
4020 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4021 |
[[package]]
|
4022 |
name = "vcpkg"
|
4023 |
version = "0.2.15"
|
|
|
36 |
|
37 |
[[package]]
|
38 |
name = "actix-files"
|
39 |
+
version = "0.6.5"
|
40 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
41 |
+
checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212"
|
42 |
dependencies = [
|
43 |
"actix-http",
|
44 |
"actix-service",
|
45 |
"actix-utils",
|
46 |
"actix-web",
|
47 |
+
"bitflags 2.4.1",
|
|
|
48 |
"bytes 1.5.0",
|
49 |
"derive_more",
|
50 |
"futures-core",
|
|
|
54 |
"mime_guess",
|
55 |
"percent-encoding 2.3.1",
|
56 |
"pin-project-lite",
|
57 |
+
"v_htmlescape",
|
58 |
]
|
59 |
|
60 |
[[package]]
|
|
|
346 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
347 |
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
348 |
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
[[package]]
|
350 |
name = "async-compression"
|
351 |
version = "0.4.5"
|
|
|
4012 |
"rand 0.6.5",
|
4013 |
]
|
4014 |
|
4015 |
+
[[package]]
|
4016 |
+
name = "v_htmlescape"
|
4017 |
+
version = "0.15.8"
|
4018 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4019 |
+
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
|
4020 |
+
|
4021 |
[[package]]
|
4022 |
name = "vcpkg"
|
4023 |
version = "0.2.15"
|
Cargo.toml
CHANGED
@@ -20,7 +20,7 @@ serde_json = {version="1.0.109", default-features=false}
|
|
20 |
maud = {version="0.25.0", default-features=false, features=["actix-web"]}
|
21 |
scraper = {version="0.18.1", default-features = false}
|
22 |
actix-web = {version="4.4.0", features = ["cookies", "macros", "compress-brotli"], default-features=false}
|
23 |
-
actix-files = {version="0.6.
|
24 |
actix-cors = {version="0.6.4", default-features=false}
|
25 |
fake-useragent = {version="0.1.3", default-features=false}
|
26 |
env_logger = {version="0.11.1", default-features=false}
|
|
|
20 |
maud = {version="0.25.0", default-features=false, features=["actix-web"]}
|
21 |
scraper = {version="0.18.1", default-features = false}
|
22 |
actix-web = {version="4.4.0", features = ["cookies", "macros", "compress-brotli"], default-features=false}
|
23 |
+
actix-files = {version="0.6.5", default-features=false}
|
24 |
actix-cors = {version="0.6.4", default-features=false}
|
25 |
fake-useragent = {version="0.1.3", default-features=false}
|
26 |
env_logger = {version="0.11.1", default-features=false}
|