1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #5518 from uutils/renovate/bstr-1.x

chore(deps): update rust crate bstr to 1.8
This commit is contained in:
Daniel Hofstetter 2023-11-10 07:03:41 +01:00 committed by GitHub
commit a03f3367bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -188,9 +188,9 @@ dependencies = [
[[package]] [[package]]
name = "bstr" name = "bstr"
version = "1.7.0" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
dependencies = [ dependencies = [
"memchr", "memchr",
"regex-automata", "regex-automata",

View file

@ -259,7 +259,7 @@ test = ["uu_test"]
[workspace.dependencies] [workspace.dependencies]
bigdecimal = "0.4" bigdecimal = "0.4"
binary-heap-plus = "0.5.0" binary-heap-plus = "0.5.0"
bstr = "1.7" bstr = "1.8"
bytecount = "0.6.7" bytecount = "0.6.7"
byteorder = "1.5.0" byteorder = "1.5.0"
chrono = { version = "^0.4.31", default-features = false, features = [ chrono = { version = "^0.4.31", default-features = false, features = [