fix(deps): update rust crate libc to 0.2.151 (#992)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-03 21:40:43 +00:00 committed by GitHub
parent 9f5d64a2b3
commit a9e7d2d3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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