mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
Bump scraper from 0.17.1 to 0.18.1 (#10879)
This commit is contained in:
parent
dccb2b48f3
commit
ac43372618
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user