summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-30 21:28:13 +0200
committerGitHub <noreply@github.com>2021-06-30 21:28:13 +0200
commit526c8b46df90bb000a9d0036528e8fa63df8043a (patch)
tree5b85ce9a71f98f9042db0330ed9db0cc992e4471
parent5901ec026f09de570ca5d198429e9283ae74b7b5 (diff)
build: bump mockall from 0.9.1 to 0.10.0 (#2838)
Bumps [mockall](https://github.com/asomers/mockall) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/asomers/mockall/releases) - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](https://github.com/asomers/mockall/compare/v0.9.1...v0.10.0) --- updated-dependencies: - dependency-name: mockall dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f290d7a46..8049ddb43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -906,9 +906,9 @@ dependencies = [
[[package]]
name = "mockall"
-version = "0.9.1"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "18d614ad23f9bb59119b8b5670a85c7ba92c5e9adf4385c81ea00c51c8be33d5"
+checksum = "6c32f8ab37caba9e4ee28481f57c5881a70f0fbafe7ee34fe7c475b6c1423a0a"
dependencies = [
"cfg-if 1.0.0",
"downcast",
@@ -921,9 +921,9 @@ dependencies = [
[[package]]
name = "mockall_derive"
-version = "0.9.1"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5dd4234635bca06fc96c7368d038061e0aae1b00a764dc817e900dc974e3deea"
+checksum = "e3d39f303225750deb64c718e133c5dfc74eafa7168ca9d0f00ddadf75fddc8c"
dependencies = [
"cfg-if 1.0.0",
"proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index c625b76a1..1d150115a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,7 +94,7 @@ shadow-rs = "0.6.2"
[dev-dependencies]
tempfile = "3.2.0"
-mockall = "0.9"
+mockall = "0.10"
[profile.release]
codegen-units = 1