tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 6b1090c5d05dc0c69c53f5583a03c3a1cd33155c
parent 5fb029b1413e4b057655725f579274da36db6daa
Author: Erich Gubler <erichdongubler@gmail.com>
Date:   Thu,  2 Oct 2025 12:42:35 +0000

Bug 1991226 - chore(rust): audit `hashbrown` 0.15.2 → 0.15.5 r=supply-chain-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D266485

Diffstat:
Msupply-chain/audits.toml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml @@ -2992,6 +2992,11 @@ criteria = "safe-to-deploy" version = "0.12.3" notes = "This version is used in rust's libstd, so effectively we're already trusting it" +[[audits.hashbrown]] +who = "Erich Gubler <erichdongubler@gmail.com>" +criteria = "safe-to-deploy" +delta = "0.15.2 -> 0.15.5" + [[audits.hashlink]] who = "Mike Hommey <mh+mozilla@glandium.org>" criteria = "safe-to-deploy"