mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 22:18:17 +02:00
Bump regex from 1.6.0 to 1.7.1 (#7833)
This commit is contained in:
parent
ba12b0de0d
commit
2aae8e6382
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4186,9 +4186,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.6.0"
|
version = "1.7.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
@ -75,7 +75,7 @@ powierza-coefficient = "1.0.2"
|
|||||||
quick-xml = "0.27"
|
quick-xml = "0.27"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
rayon = "1.5.1"
|
rayon = "1.5.1"
|
||||||
regex = "1.6.0"
|
regex = "1.7.1"
|
||||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||||
roxmltree = "0.16.0"
|
roxmltree = "0.16.0"
|
||||||
rust-embed = "6.3.0"
|
rust-embed = "6.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user