Update Cargo.lock and cargo-deny skip list

This commit is contained in:
Quentin Gliech
2026-03-17 10:56:53 +01:00
parent a9e9711d7a
commit d4729e52e4
2 changed files with 48 additions and 2 deletions

View File

@@ -71,6 +71,8 @@ skip = [
# cron depends on this old version
# https://github.com/zslayton/cron/pull/137
{ name = "winnow", version = "0.6.20" },
# hyper-util -> system-configuration depends on this old version
{ name = "core-foundation", version = "0.9.4" },
# We are still mainly using rand 0.8
{ name = "rand", version = "0.8.5" },