From dc37fd0870661e7587bfeccdd436f538e3d48ab8 Mon Sep 17 00:00:00 2001 From: Padraic Fanning <27117322+fanninpm@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:13:43 -0400 Subject: [PATCH 1/2] Add `ahash` to `random` group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4995153001e..8931a5fdbf9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -82,6 +82,7 @@ updates: - "quote-use*" random: patterns: + - "ahash" - "getrandom" - "mt19937" - "rand*" From 6934e2060fc18d200cb527e8b1a4baf6898c159c Mon Sep 17 00:00:00 2001 From: Padraic Fanning <27117322+fanninpm@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:17:13 -0400 Subject: [PATCH 2/2] Add `unix` group with `nix`, `mac_address`, and `rustyline` --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8931a5fdbf9..da86f1e8a28 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -121,6 +121,11 @@ updates: toml: patterns: - "toml*" + unix: + patterns: + - "mac_address" + - "nix" + - "rustyline" wasm-bindgen: patterns: - "wasm-bindgen*"