summaryrefslogtreecommitdiffstats
path: root/crates/core
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-21 11:45:14 +0000
committerGitHub <noreply@github.com>2022-07-21 11:45:14 +0000
commitff2df1cde9754cc1eeb089f203feb873925a3871 (patch)
tree5ce40016d55dfccf273c143510d806a2450e0863 /crates/core
parentf94d022918b11837993506d67548062c0db82ce5 (diff)
Bump mockall from 0.10.2 to 0.11.1
Bumps [mockall](https://github.com/asomers/mockall) from 0.10.2 to 0.11.1. - [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.10.2...v0.11.1) --- updated-dependencies: - dependency-name: mockall dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'crates/core')
-rw-r--r--crates/core/thin_edge_json/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/thin_edge_json/Cargo.toml b/crates/core/thin_edge_json/Cargo.toml
index b8003832..1e3f3cf4 100644
--- a/crates/core/thin_edge_json/Cargo.toml
+++ b/crates/core/thin_edge_json/Cargo.toml
@@ -19,7 +19,7 @@ time = { version = "0.3", features = ["formatting", "local-offset", "parsing", "
anyhow = "1.0"
clock = { path = "../../common/clock" }
criterion = "0.3"
-mockall = "0.10"
+mockall = "0.11"
proptest = "1.0"
stats_alloc = "0.1"
walkdir = "2"