build(deps): bump scraper from 0.22.0 to 0.23.1 (#15294)

This commit is contained in:
dependabot[bot]
2025-03-13 19:40:56 +00:00
committed by GitHub
parent 3dde851381
commit f4b7333dc8
2 changed files with 3 additions and 3 deletions

View File

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