From 90b80617b9c2954aa91257acdbafa0d90e3d0d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 10:51:48 +0000 Subject: [PATCH] build(deps): bump os_display from 0.1.2 to 0.1.3 Bumps [os_display](https://github.com/blyxxyz/os_display) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/blyxxyz/os_display/releases) - [Changelog](https://github.com/blyxxyz/os_display/blob/master/CHANGELOG.md) - [Commits](https://github.com/blyxxyz/os_display/compare/v0.1.2...v0.1.3) --- updated-dependencies: - dependency-name: os_display dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/uucore/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dccbaafb..af4f208c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1314,9 +1314,9 @@ dependencies = [ [[package]] name = "os_display" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748cc1d0dc55247316a5bedd8dc8c5478c8a0c2e2001176b38ce7c0ed732c7a5" +checksum = "7a6229bad892b46b0dcfaaeb18ad0d2e56400f5aaea05b768bde96e73676cf75" dependencies = [ "unicode-width", ] diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 4a145481f..0f28d9acb 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -31,7 +31,7 @@ data-encoding-macro = { version="0.1.12", optional=true } z85 = { version="3.0.3", optional=true } libc = { version="0.2.121", optional=true } once_cell = "1.10.0" -os_display = "0.1.0" +os_display = "0.1.3" [target.'cfg(unix)'.dependencies] walkdir = { version="2.3.2", optional=true }