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 = [