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 os_display to v0.1.4

This commit is contained in:
renovate[bot] 2025-03-28 12:32:58 +00:00 committed by GitHub
parent 8c8beb96e4
commit b5ba4a61e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -1566,11 +1566,11 @@ dependencies = [
[[package]] [[package]]
name = "os_display" name = "os_display"
version = "0.1.3" version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6229bad892b46b0dcfaaeb18ad0d2e56400f5aaea05b768bde96e73676cf75" checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f"
dependencies = [ dependencies = [
"unicode-width 0.1.14", "unicode-width 0.2.0",
] ]
[[package]] [[package]]