diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe93e9d25..df4584e03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,7 @@ updates: ignore: # For test on old rustc. - dependency-name: crossbeam-utils + - dependency-name: libc labels: [] groups: cargo: diff --git a/Cargo.toml b/Cargo.toml index 567b6c459..92a15f6a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ sptr = "0.3" static_assertions = "1" [target.'cfg(unix)'.dev-dependencies] -libc = "0.2" +libc = "=0.2.163" # newer libc requires Rust 1.63 [target.'cfg(windows)'.dev-dependencies] windows-sys = { version = "0.59", features = [