1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

fix(deps): update rust crate console to 0.16.0

This commit is contained in:
renovate[bot] 2025-06-27 13:47:33 +00:00 committed by GitHub
parent c23ebe2a98
commit 53d259c13f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
console = "0.15.0"
console = "0.16.0"
libc = "0.2.153"
rand = { version = "0.9.0", features = ["small_rng"] }
similar = "2.5.0"