From a791541e1c303c46db1d712703464e56a1a99f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:23:48 +0000 Subject: [PATCH] build(deps): bump selinux from 0.2.5 to 0.2.7 Bumps [selinux](https://github.com/koutheir/selinux) from 0.2.5 to 0.2.7. - [Release notes](https://github.com/koutheir/selinux/releases) - [Changelog](https://github.com/koutheir/selinux/blob/master/CHANGELOG.md) - [Commits](https://github.com/koutheir/selinux/commits) --- updated-dependencies: - dependency-name: selinux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dccbaafb..bbf5f0c36 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", ] @@ -1753,9 +1753,9 @@ dependencies = [ [[package]] name = "selinux" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09715d6b4356e916047e61e4dce40a67ac93036851957b91713d3d9c282d1548" +checksum = "0c4534fb886814d0015bcc290979263692213627bdf8ed4091746bb1c77acb0d" dependencies = [ "bitflags", "libc",