chore(deps): bump mockall from 0.13.1 to 0.14.0 in the rust-major group (#14)

This commit is contained in:
dependabot[bot]
2025-11-23 16:15:22 +00:00
committed by GitHub
parent 203a5c0e2e
commit a60d309a66
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -2760,9 +2760,9 @@ dependencies = [
[[package]]
name = "mockall"
version = "0.13.1"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2"
checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b"
dependencies = [
"cfg-if 1.0.3",
"downcast",
@@ -2774,9 +2774,9 @@ dependencies = [
[[package]]
name = "mockall_derive"
version = "0.13.1"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898"
checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf"
dependencies = [
"cfg-if 1.0.3",
"proc-macro2",