mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-22 01:20:24 +00:00
build(deps): bump bstr from 1.9.0 to 1.9.1 (#633)
This commit is contained in:
parent
ab8fa28e30
commit
fd887d59c5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -135,9 +135,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bstr"
|
||||
version = "1.9.0"
|
||||
version = "1.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
|
||||
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
||||
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.0", default-features = false, features = ["std"] }
|
||||
bstr = { version = "1.9.1", default-features = false, features = ["std"] }
|
||||
bzip2 = "0.4.4"
|
||||
clap = { version = "4.5.1", features = ["derive", "env"] }
|
||||
filetime_creation = "0.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user