From 2d17b88aa610ab38f5ff9e44f2bc4b1adbc9ed6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:40:52 +0000 Subject: [PATCH] build(deps): bump selinux from 0.3.1 to 0.3.2 Bumps [selinux](https://github.com/koutheir/selinux) from 0.3.1 to 0.3.2. - [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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3904277da38..3af55455c04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,9 +1831,9 @@ checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" [[package]] name = "selinux" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "966a861c0b329c3078d82b404f7086009487123fd0cc905a9caac55d8b13bee1" +checksum = "b775d14782780e48a0c6529fe027454a80a66df85d1d9a2ea4de747f3295daf4" dependencies = [ "bitflags", "libc",