mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
build: bump memchr from 1.0.2 to 2.2.0
Bumps [memchr](https://github.com/BurntSushi/rust-memchr) from 1.0.2 to 2.2.0. - [Release notes](https://github.com/BurntSushi/rust-memchr/releases) - [Commits](https://github.com/BurntSushi/rust-memchr/compare/1.0.2...2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
8575512895
commit
642a2a4ecb
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -912,7 +912,7 @@ dependencies = [
|
||||||
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1089,7 +1089,7 @@ dependencies = [
|
||||||
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "nl.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
aho-corasick = "0.6.5"
|
aho-corasick = "0.6.5"
|
||||||
memchr = "1.0.1"
|
memchr = "2.2.0"
|
||||||
regex = "1.0.1"
|
regex = "1.0.1"
|
||||||
regex-syntax = "0.6.7"
|
regex-syntax = "0.6.7"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.1"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "ptx.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
aho-corasick = "0.6.5"
|
aho-corasick = "0.6.5"
|
||||||
memchr = "1.0.1"
|
memchr = "2.2.0"
|
||||||
regex-syntax = "0.6.7"
|
regex-syntax = "0.6.7"
|
||||||
regex = "1.0.1"
|
regex = "1.0.1"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue