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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-13 21:32:13 +00:00 committed by GitHub
parent df5157c11e
commit 818680aebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3854,9 +3854,9 @@ dependencies = [
[[package]] [[package]]
name = "selinux" name = "selinux"
version = "0.4.1" version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b5ff8f655381fc80f470384da0a461b19b7bf18d685639ccf6df0abd3d2363d" checksum = "80b091d970bd4a17a59cb1b7c537786f2bee4292abb5ec89ee3b7f17e9077138"
dependencies = [ dependencies = [
"bitflags 2.3.3", "bitflags 2.3.3",
"libc", "libc",

View file

@ -126,7 +126,7 @@ scim_proto = "^0.2.1"
# scim_proto = { git = "https://github.com/kanidm/scim.git", version = "0.1.1" } # scim_proto = { git = "https://github.com/kanidm/scim.git", version = "0.1.1" }
sd-notify = "^0.4.1" sd-notify = "^0.4.1"
selinux = "^0.4.1" selinux = "^0.4.2"
serde = "^1.0.182" serde = "^1.0.182"
serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" } serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" }
serde_json = "^1.0.104" serde_json = "^1.0.104"