From ac43372618501158427d4b233b6a7e34e86f7dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:53:26 +0000 Subject: [PATCH] Bump scraper from 0.17.1 to 0.18.1 (#10879) --- Cargo.lock | 5 ++--- crates/nu_plugin_query/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 467b200e3d..c3651186df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/crates/nu_plugin_query/Cargo.toml b/crates/nu_plugin_query/Cargo.toml index 5d5e1b7e1e..01d5df7b4f 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.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"