diff --git a/Cargo.toml b/Cargo.toml index b4f27a2..fd7f5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -libc = "0.2.144" +libc = "0.2.147" [dev-dependencies] -once_cell = "1.17.1" +once_cell = "1.18.0" [workspace] members = ["codegen"]