Bug 1750691 - [rust-mozrunner] Release and cargo vet version 0.15.0 r=webdriver-reviewers,jgraham,supply-chain-reviewers,bholley

Differential Revision: https://phabricator.services.mozilla.com/D159153
This commit is contained in:
Henrik Skupin 2022-10-13 06:21:41 +00:00
Родитель 23c4f58454
Коммит 9231713cfa
5 изменённых файлов: 9 добавлений и 7 удалений

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

@ -3464,7 +3464,7 @@ dependencies = [
[[package]]
name = "mozrunner"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"dirs",
"log",

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

@ -690,6 +690,12 @@ criteria = "safe-to-deploy"
version = "0.9.0"
notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
[[audits.mozrunner]]
who = "Henrik Skupin <mail@hskupin.info>"
criteria = "safe-to-deploy"
version = "0.15.0"
notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
[[audits.naga]]
who = "Dzmitry Malyshau <kvark@fastmail.com>"
criteria = "safe-to-deploy"

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

@ -871,10 +871,6 @@ criteria = "safe-to-deploy"
version = "0.5.0"
criteria = "safe-to-run"
[[exemptions.mozrunner]]
version = "0.14.0"
criteria = "safe-to-run"
[[exemptions.murmurhash3]]
version = "0.0.5"
criteria = "safe-to-deploy"

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

@ -19,7 +19,7 @@ log = { version = "0.4", features = ["std"] }
marionette = { path = "./marionette", version="0.2.0" }
mozdevice = { path = "../mozbase/rust/mozdevice", version="0.5.0" }
mozprofile = { path = "../mozbase/rust/mozprofile", version="0.9.0" }
mozrunner = { path = "../mozbase/rust/mozrunner", version="0.14.0" }
mozrunner = { path = "../mozbase/rust/mozrunner", version="0.15.0" }
mozversion = { path = "../mozbase/rust/mozversion", version="0.5.0-alpha" }
regex = { version="1.0", default-features = false, features = ["perf", "std"] }
serde = "1.0"

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

@ -1,6 +1,6 @@
[package]
name = "mozrunner"
version = "0.14.0"
version = "0.15.0"
authors = ["Mozilla"]
description = "Reliable Firefox process management."
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"