mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 06:58:47 +01:00
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:
parent
e926919582
commit
0ceafdcd17
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -6334,9 +6334,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||||
|
||||
[[package]]
|
||||
name = "scraper"
|
||||
version = "0.22.0"
|
||||
version = "0.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc3d051b884f40e309de6c149734eab57aa8cc1347992710dc80bcc1c2194c15"
|
||||
checksum = "527e65d9d888567588db4c12da1087598d0f6f8b346cc2c5abc91f05fc2dffe2"
|
||||
dependencies = [
|
||||
"cssparser",
|
||||
"ego-tree",
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user