chore(deps): update rust crate self_cell to 1.0.4

This commit is contained in:
renovate[bot] 2024-05-03 16:54:38 +00:00 committed by GitHub
parent 451be5343f
commit c00369ba5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1995,9 +1995,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "self_cell"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
[[package]]
name = "selinux"

View file

@ -317,7 +317,7 @@ regex = "1.10.4"
rstest = "0.19.0"
rust-ini = "0.21.0"
same-file = "1.0.6"
self_cell = "1.0.3"
self_cell = "1.0.4"
selinux = "0.4.4"
signal-hook = "0.3.17"
smallvec = { version = "1.13.2", features = ["union"] }