From c00369ba5e49561dccae5ed40ac331254089fb6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:54:38 +0000 Subject: [PATCH] chore(deps): update rust crate self_cell to 1.0.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7641c2d54..534a1c6986 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 a9a612ae66..7f3e8a02f2 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"] }