build(deps): Bump mockall from 0.11.1 to 0.11.2 (#9)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
pull/12/head
dependabot[bot] 2 years ago committed by GitHub
parent 1bc685f437
commit eafdb9a0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated

@ -303,9 +303,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "mockall"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5641e476bbaf592a3939a7485fa079f427b4db21407d5ebfd5bba4e07a1f6f4c"
checksum = "e2be9a9090bc1cac2930688fa9478092a64c6a92ddc6ae0692d46b37d9cab709"
dependencies = [
"cfg-if",
"downcast",
@ -318,9 +318,9 @@ dependencies = [
[[package]]
name = "mockall_derive"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "262d56735932ee0240d515656e5a7667af3af2a5b0af4da558c4cff2b2aeb0c7"
checksum = "86d702a0530a0141cf4ed147cf5ec7be6f2c187d4e37fcbefc39cf34116bfe8f"
dependencies = [
"cfg-if",
"proc-macro2",

@ -24,4 +24,4 @@ webbrowser = { version = '0.7.1' }
[dev-dependencies]
test-case = { version = '2.2.1' }
mockall = { version = '0.11.1' }
mockall = { version = '0.11.2' }

Loading…
Cancel
Save