1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 06:10:26 +02:00

cargo: bump the minor group with 1 update (#1702)

Bumps the minor group with 1 update:
[googletest](https://github.com/google/googletest-rust).

Updates `googletest` from 0.10.0 to 0.11.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-15 22:40:41 +01:00
committed by GitHub
parent 3dc774d8e7
commit 3f1957c56d
2 changed files with 5 additions and 5 deletions

View File

@ -21,5 +21,5 @@ name = "luhn"
path = "exercise.rs"
[dependencies]
googletest = "0.10.0"
googletest = "0.11.0"
mockall = "0.12.1"