fix(deps): update rust crate console to v0.15.11

This commit is contained in:
renovate[bot] 2025-03-02 01:36:38 +00:00 committed by GitHub
parent 76ad6042b5
commit e21f7cd784
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",
]