Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump scraper from 0.17.1 to 0.18.1 (#373)
Browse files- Cargo.lock +2 -3
- Cargo.toml +1 -1
Cargo.lock
CHANGED
|
@@ -3274,9 +3274,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
| 3274 |
|
| 3275 |
[[package]]
|
| 3276 |
name = "scraper"
|
| 3277 |
-
version = "0.
|
| 3278 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3279 |
-
checksum = "
|
| 3280 |
dependencies = [
|
| 3281 |
"ahash 0.8.6",
|
| 3282 |
"cssparser 0.31.2",
|
|
@@ -3285,7 +3285,6 @@ dependencies = [
|
|
| 3285 |
"html5ever 0.26.0",
|
| 3286 |
"once_cell",
|
| 3287 |
"selectors",
|
| 3288 |
-
"smallvec 1.11.1",
|
| 3289 |
"tendril",
|
| 3290 |
]
|
| 3291 |
|
|
|
|
| 3274 |
|
| 3275 |
[[package]]
|
| 3276 |
name = "scraper"
|
| 3277 |
+
version = "0.18.1"
|
| 3278 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3279 |
+
checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1"
|
| 3280 |
dependencies = [
|
| 3281 |
"ahash 0.8.6",
|
| 3282 |
"cssparser 0.31.2",
|
|
|
|
| 3285 |
"html5ever 0.26.0",
|
| 3286 |
"once_cell",
|
| 3287 |
"selectors",
|
|
|
|
| 3288 |
"tendril",
|
| 3289 |
]
|
| 3290 |
|
Cargo.toml
CHANGED
|
@@ -17,7 +17,7 @@ reqwest = {version="0.11.21",default-features = false,features = ["json", "rustl
|
|
| 17 |
tokio = {version="1.32.0",features=["rt-multi-thread","macros"]}
|
| 18 |
serde = {version="1.0.188",features=["derive"]}
|
| 19 |
handlebars = { version = "4.4.0", features = ["dir_source"] }
|
| 20 |
-
scraper = {version="0.
|
| 21 |
actix-web = {version="4.4.0", features = ["cookies"]}
|
| 22 |
actix-files = {version="0.6.2"}
|
| 23 |
actix-cors = {version="0.6.4"}
|
|
|
|
| 17 |
tokio = {version="1.32.0",features=["rt-multi-thread","macros"]}
|
| 18 |
serde = {version="1.0.188",features=["derive"]}
|
| 19 |
handlebars = { version = "4.4.0", features = ["dir_source"] }
|
| 20 |
+
scraper = {version="0.18.1"}
|
| 21 |
actix-web = {version="4.4.0", features = ["cookies"]}
|
| 22 |
actix-files = {version="0.6.2"}
|
| 23 |
actix-cors = {version="0.6.4"}
|