From 6ececbc741818cd8f4b67da281543a4c0a16e7ac Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Wed, 1 Feb 2023 14:25:20 +0000 Subject: [PATCH] Bug 1794560 - [rust-mozprofile] Release version 0.9.1. r=webdriver-reviewers,supply-chain-reviewers,jgraham Differential Revision: https://phabricator.services.mozilla.com/D168474 --- Cargo.lock | 2 +- supply-chain/audits.toml | 5 +++++ testing/mozbase/rust/mozprofile/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f182179e581..cde8e51fbf44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3545,7 +3545,7 @@ dependencies = [ [[package]] name = "mozprofile" -version = "0.9.0" +version = "0.9.1" dependencies = [ "tempfile", ] diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index bdb9dc3928af..72b58ad6e390 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -1288,6 +1288,11 @@ criteria = "safe-to-deploy" version = "0.9.0" notes = "Maintained by the DevTools team at Mozilla and has no unsafe code." +[[audits.mozprofile]] +who = "Henrik Skupin " +criteria = "safe-to-deploy" +delta = "0.9.0 -> 0.9.1" + [[audits.mozrunner]] who = "Henrik Skupin " criteria = "safe-to-deploy" diff --git a/testing/mozbase/rust/mozprofile/Cargo.toml b/testing/mozbase/rust/mozprofile/Cargo.toml index 17920885bfbe..553e9493aca2 100644 --- a/testing/mozbase/rust/mozprofile/Cargo.toml +++ b/testing/mozbase/rust/mozprofile/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "mozprofile" -version = "0.9.0" +version = "0.9.1" authors = ["Mozilla"] description = "Library for working with Mozilla profiles." keywords = [