1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Bump bstr and regex

bstr from 1.6 -> 1.7
regex from 1.9.6 -> 1.10.0
This commit is contained in:
Daniel Hofstetter 2023-10-10 07:58:16 +02:00
parent 163fc8d9e6
commit 536dbae90a
2 changed files with 10 additions and 10 deletions

View file

@ -259,7 +259,7 @@ test = ["uu_test"]
[workspace.dependencies]
bigdecimal = "0.4"
binary-heap-plus = "0.5.0"
bstr = "1.6"
bstr = "1.7"
bytecount = "0.6.4"
byteorder = "1.5.0"
chrono = { version = "^0.4.31", default-features = false, features = [
@ -309,7 +309,7 @@ rand = { version = "0.8", features = ["small_rng"] }
rand_core = "0.6"
rayon = "1.8"
redox_syscall = "0.4"
regex = "1.9.6"
regex = "1.10.0"
rstest = "0.18.2"
rust-ini = "0.19.0"
same-file = "1.0.6"