1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

Merge pull request #7374 from uutils/renovate/console-0.x-lockfile

fix(deps): update rust crate console to v0.15.11
This commit is contained in:
Sylvestre Ledru 2025-03-02 09:23:58 +01:00 committed by GitHub
commit daeffacf70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
fuzz/Cargo.lock generated
View file

@ -294,9 +294,9 @@ checksum = "120133d4db2ec47efe2e26502ee984747630c67f51974fca0b6c1340cf2368d3"
[[package]]
name = "console"
version = "0.15.10"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
dependencies = [
"encode_unicode",
"libc",
@ -1231,6 +1231,7 @@ dependencies = [
"num-bigint",
"num-traits",
"onig",
"thiserror",
"uucore",
]