From a9e7d2d3ef303e4cd3a16fcf382856ea3b1684b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:40:43 +0000 Subject: [PATCH] fix(deps): update rust crate libc to 0.2.151 (#992) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01dab03..d93df1d 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.150" +libc = "0.2.151" [workspace.dependencies] rustic_core = { version = "0.1.2", features = ["cli"] } abscissa_core = { version = "0.7.0", default-features = false, features = ["application"] }