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"] }