From 034ffddfff40e8373236b51e4148c400042c8f39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:32:05 +0000 Subject: [PATCH] fix(deps): update rust crate libc to 0.2.152 (#1016) Co-authored-by: renovate[bot] <29139614+renovate[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 c7f62954e..e82545e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1580,9 +1580,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.151" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libmimalloc-sys" diff --git a/Cargo.toml b/Cargo.toml index d93df1dd5..b776fdf12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ tempfile = { workspace = true } toml = { workspace = true } [target.'cfg(not(windows))'.dependencies] -libc = "0.2.151" +libc = "0.2.152" [workspace.dependencies] rustic_core = { version = "0.1.2", features = ["cli"] } abscissa_core = { version = "0.7.0", default-features = false, features = ["application"] }