Bug 1482238 - Bump version of regex in mozversion, r=froydnj

MozReview-Commit-ID: 4VxqemrFWf0

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Graham 2018-08-10 20:43:53 +00:00
Родитель b8fa893134
Коммит 38b6d8b9c7
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1346,7 +1346,7 @@ dependencies = [
name = "mozversion"
version = "0.1.3"
dependencies = [
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

@ -8,6 +8,6 @@ repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/ru
license = "MPL-2.0"
[dependencies]
regex = "0.2"
regex = "1"
rust-ini = "0.10"
semver = "0.6"