1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-02 21:16:54 +02:00

cargo: bump the minor group with 2 updates (#2486)

Bumps the minor group with 2 updates:
[googletest](https://github.com/google/googletest-rust) and
[tempfile](https://github.com/Stebalien/tempfile).

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-12-01 20:41:54 +00:00
committed by GitHub
parent bf8e642bcf
commit 3eb2eb8b36
3 changed files with 13 additions and 12 deletions

View File

@ -17,5 +17,5 @@ path = "mockall.rs"
test = true
[dependencies]
googletest = "0.12.0"
googletest = "0.13.0"
mockall = "0.13.0"

View File

@ -18,4 +18,4 @@ scraper = "0.21.0"
thiserror = "1.0.66"
[dev-dependencies]
tempfile = "3.13.0"
tempfile = "3.14.0"