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

Merge pull request #7599 from uutils/renovate/os_display-0.x-lockfile

fix(deps): update rust crate os_display to v0.1.4
This commit is contained in:
Daniel Hofstetter 2025-03-28 14:10:04 +01:00 committed by GitHub
commit e4c4200358
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]]
name = "os_display"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6229bad892b46b0dcfaaeb18ad0d2e56400f5aaea05b768bde96e73676cf75"
checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f"
dependencies = [
"unicode-width 0.1.14",
"unicode-width 0.2.0",
]
[[package]]