Bump scraper from 0.17.1 to 0.18.1 (#10879)

This commit is contained in:
dependabot[bot] 2023-10-30 11:53:26 +00:00 committed by GitHub
parent dccb2b48f3
commit ac43372618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -4537,9 +4537,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "scraper"
version = "0.17.1"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1"
dependencies = [
"ahash",
"cssparser",
@ -4547,7 +4547,6 @@ dependencies = [
"html5ever",
"once_cell",
"selectors",
"smallvec",
"tendril",
]

View File

@ -21,6 +21,6 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
nu-engine = { path = "../nu-engine", version = "0.86.1" }
gjson = "0.8"
scraper = { default-features = false, version = "0.17" }
scraper = { default-features = false, version = "0.18" }
sxd-document = "0.3"
sxd-xpath = "0.4"