Bump mockito from 0.21.0 to 0.22.0

Bumps [mockito](https://github.com/lipanski/mockito) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](https://github.com/lipanski/mockito/compare/0.21.0...0.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-18 13:25:56 +00:00 коммит произвёл GitHub
Родитель ec2785dad6
Коммит 106214ceb9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1264,7 +1264,7 @@ dependencies = [
[[package]]
name = "mockito"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"assert-json-diff 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1768,7 +1768,7 @@ dependencies = [
"hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"mockito 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
"mockito 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3254,7 +3254,7 @@ dependencies = [
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"checksum mockiato 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "32ab84f0c1bf24789b915accc69d662674a87df893f38fd08c36375acdbcf83c"
"checksum mockiato-codegen 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1d0ea1407c509b9cf6e0eb0d92e97063b24dd73d5a2f12c49c40ee209f15594b"
"checksum mockito 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aee38c301104cc75a6628a4360be706fbdf84290c15a120b7e54eca5881c3450"
"checksum mockito 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e524e85ea7c80559354217a6470c14abc2411802a9996aed1821559b9e28e3c"
"checksum more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
"checksum multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb04b9f127583ed176e163fb9ec6f3e793b87e21deedd5734a69386a18a0151"
"checksum nameof 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d070df66b835aae5a33cbc9df3d8213dc9daaed6b1b7fe47c9663b007587efd"

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

@ -32,7 +32,7 @@ bytes = "0.4.11"
[dev-dependencies]
env_logger = "0.7.0"
mockito = "0.21.0"
mockito = "0.22.0"
hex = "0.4.0"
force-viaduct-reqwest = { path = "../support/force-viaduct-reqwest" }