1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 22:00: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

8
Cargo.lock generated
View File

@ -791,9 +791,9 @@ dependencies = [
[[package]] [[package]]
name = "googletest" name = "googletest"
version = "0.10.0" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09213705c85aa0e4b4fff44a3a826a556979a34a266df6bcda703a49c69fb61e" checksum = "ee44a233e2e661240ef77ed5de92ea9ecf70d4832963a8582a6681e1517f3673"
dependencies = [ dependencies = [
"googletest_macro", "googletest_macro",
"num-traits", "num-traits",
@ -803,9 +803,9 @@ dependencies = [
[[package]] [[package]]
name = "googletest_macro" name = "googletest_macro"
version = "0.10.0" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "005e4cb962c56efd249bdeeb4ac232b11e1c45a2e49793bba2b2982dcc3f2e9d" checksum = "ed3057b7d1e628480193188ccb1a7850d034a3add3a350f4ed921b48e287ada9"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.48", "syn 2.0.48",

View File

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