mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
build(deps): bump bstr from 1.9.1 to 1.10.0
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.9.1 to 1.10.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.9.1...1.10.0) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b8f78d2925
commit
4ac8e2ba91
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -150,9 +150,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bstr"
|
||||
version = "1.9.1"
|
||||
version = "1.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
||||
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"regex-automata",
|
||||
|
@ -12,7 +12,7 @@ description = "A command-line utility for easily compressing and decompressing f
|
||||
|
||||
[dependencies]
|
||||
atty = "0.2.14"
|
||||
bstr = { version = "1.9.1", default-features = false, features = ["std"] }
|
||||
bstr = { version = "1.10.0", default-features = false, features = ["std"] }
|
||||
bzip2 = "0.4.4"
|
||||
clap = { version = "4.5.16", features = ["derive", "env"] }
|
||||
filetime_creation = "0.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user