diff --git a/Cargo.lock b/Cargo.lock index ca83c9fc87..980242be18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4942,9 +4942,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scraper" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1" +checksum = "5b80b33679ff7a0ea53d37f3b39de77ea0c75b12c5805ac43ec0c33b3051af1b" dependencies = [ "ahash 0.8.7", "cssparser", diff --git a/crates/nu_plugin_query/Cargo.toml b/crates/nu_plugin_query/Cargo.toml index 3ca457d388..ad3fda238d 100644 --- a/crates/nu_plugin_query/Cargo.toml +++ b/crates/nu_plugin_query/Cargo.toml @@ -21,6 +21,6 @@ nu-protocol = { path = "../nu-protocol", version = "0.91.1" } nu-engine = { path = "../nu-engine", version = "0.91.1" } gjson = "0.8" -scraper = { default-features = false, version = "0.18" } +scraper = { default-features = false, version = "0.19" } sxd-document = "0.3" sxd-xpath = "0.4"