summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2024-05-04 07:06:39 +0200
committerGitHub <noreply@github.com>2024-05-04 07:06:39 +0200
commitc730e0da87d2058e4c9512fbc28b50fbac49641f (patch)
tree2494051275ec1d5e41233cbaa2d77a1d16ee33cd
parent451be5343f1d32711f295bf2b5bfbe104168a940 (diff)
parentc00369ba5e49561dccae5ed40ac331254089fb6a (diff)
Merge pull request #6337 from uutils/renovate/self_cell-1.x
chore(deps): update rust crate self_cell to 1.0.4
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e7641c2d5..534a1c698 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"
diff --git a/Cargo.toml b/Cargo.toml
index a9a612ae6..7f3e8a02f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }