Bug 1794560 - [rust-marionette] Release version 0.2.1. r=webdriver-reviewers,supply-chain-reviewers,jgraham

Differential Revision: https://phabricator.services.mozilla.com/D168478
This commit is contained in:
Henrik Skupin 2023-02-01 14:25:21 +00:00
Родитель 16c515baeb
Коммит 0e6b02769a
4 изменённых файлов: 8 добавлений и 6 удалений

2
Cargo.lock сгенерированный
Просмотреть файл

@ -3202,7 +3202,7 @@ dependencies = [
[[package]]
name = "marionette"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"serde",
"serde_json",

Просмотреть файл

@ -1222,6 +1222,12 @@ examine at the time, so I examined it now. I didn't perform a full logic review
but convinced myself that any generated code will be entirely safe to deploy.
"""
[[audits.marionette]]
who = "Henrik Skupin <mail@hskupin.info>"
criteria = "safe-to-run"
version = "0.2.1"
notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
[[audits.matches]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"

Просмотреть файл

@ -761,10 +761,6 @@ criteria = "safe-to-deploy"
version = "0.0.6"
criteria = "safe-to-deploy"
[[exemptions.marionette]]
version = "0.2.0"
criteria = "safe-to-run"
[[exemptions.memalloc]]
version = "0.1.0"
criteria = "safe-to-deploy"

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "marionette"
version = "0.2.0"
version = "0.2.1"
authors = ["Mozilla"]
description = "Library implementing the client side of Gecko's Marionette remote automation protocol."
edition = "2018"