build(deps): bump scraper from 0.22.0 to 0.23.1

Bumps [scraper](https://github.com/causal-agent/scraper) from 0.22.0 to 0.23.1.
- [Release notes](https://github.com/causal-agent/scraper/releases)
- [Commits](https://github.com/causal-agent/scraper/compare/v0.22.0...v0.23.1)

---
updated-dependencies:
- dependency-name: scraper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-12 00:04:03 +00:00 committed by GitHub
parent e926919582
commit 0ceafdcd17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -6334,9 +6334,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]] [[package]]
name = "scraper" name = "scraper"
version = "0.22.0" version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc3d051b884f40e309de6c149734eab57aa8cc1347992710dc80bcc1c2194c15" checksum = "527e65d9d888567588db4c12da1087598d0f6f8b346cc2c5abc91f05fc2dffe2"
dependencies = [ dependencies = [
"cssparser", "cssparser",
"ego-tree", "ego-tree",

View File

@ -20,7 +20,7 @@ nu-plugin = { path = "../nu-plugin", version = "0.102.1" }
nu-protocol = { path = "../nu-protocol", version = "0.102.1" } nu-protocol = { path = "../nu-protocol", version = "0.102.1" }
gjson = "0.8" gjson = "0.8"
scraper = { default-features = false, version = "0.22" } scraper = { default-features = false, version = "0.23" }
sxd-document = "0.3" sxd-document = "0.3"
sxd-xpath = "0.4" sxd-xpath = "0.4"
webpage = { version = "2.0.1", features = ["serde"] } webpage = { version = "2.0.1", features = ["serde"] }