mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
fix(deps): update rust crate console to v0.15.11
This commit is contained in:
parent
76ad6042b5
commit
e21f7cd784
1 changed files with 3 additions and 2 deletions
5
fuzz/Cargo.lock
generated
5
fuzz/Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue