mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
build(deps): bump scraper from 0.17.1 to 0.18.1 (#373)
This commit is contained in:
parent
2e0def777c
commit
42f0dc1bc7
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -3274,9 +3274,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "scraper"
|
name = "scraper"
|
||||||
version = "0.17.1"
|
version = "0.18.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash 0.8.6",
|
"ahash 0.8.6",
|
||||||
"cssparser 0.31.2",
|
"cssparser 0.31.2",
|
||||||
@ -3285,7 +3285,6 @@ dependencies = [
|
|||||||
"html5ever 0.26.0",
|
"html5ever 0.26.0",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"selectors",
|
"selectors",
|
||||||
"smallvec 1.11.1",
|
|
||||||
"tendril",
|
"tendril",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ reqwest = {version="0.11.21",default-features = false,features = ["json", "rustl
|
|||||||
tokio = {version="1.32.0",features=["rt-multi-thread","macros"]}
|
tokio = {version="1.32.0",features=["rt-multi-thread","macros"]}
|
||||||
serde = {version="1.0.188",features=["derive"]}
|
serde = {version="1.0.188",features=["derive"]}
|
||||||
handlebars = { version = "4.4.0", features = ["dir_source"] }
|
handlebars = { version = "4.4.0", features = ["dir_source"] }
|
||||||
scraper = {version="0.17.1"}
|
scraper = {version="0.18.1"}
|
||||||
actix-web = {version="4.4.0", features = ["cookies"]}
|
actix-web = {version="4.4.0", features = ["cookies"]}
|
||||||
actix-files = {version="0.6.2"}
|
actix-files = {version="0.6.2"}
|
||||||
actix-cors = {version="0.6.4"}
|
actix-cors = {version="0.6.4"}
|
||||||
|
Loading…
Reference in New Issue
Block a user