From 818680aebff4718547eb09f0d1c977560bb4b332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 21:32:13 +0000 Subject: [PATCH] chore(deps): bump selinux from 0.4.1 to 0.4.2 (#1975) Bumps [selinux](https://github.com/koutheir/selinux) from 0.4.1 to 0.4.2. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c441af74..1ab98ca50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3854,9 +3854,9 @@ dependencies = [ [[package]] name = "selinux" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b5ff8f655381fc80f470384da0a461b19b7bf18d685639ccf6df0abd3d2363d" +checksum = "80b091d970bd4a17a59cb1b7c537786f2bee4292abb5ec89ee3b7f17e9077138" dependencies = [ "bitflags 2.3.3", "libc", diff --git a/Cargo.toml b/Cargo.toml index fac7bcae8..c2d0b2ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ scim_proto = "^0.2.1" # scim_proto = { git = "https://github.com/kanidm/scim.git", version = "0.1.1" } sd-notify = "^0.4.1" -selinux = "^0.4.1" +selinux = "^0.4.2" serde = "^1.0.182" serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" } serde_json = "^1.0.104"