Skip to content

Commit

Permalink
cargo: bump the minor group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates: [googletest](https://github.com/google/googletest-rust) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `googletest` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/google/googletest-rust/releases)
- [Commits](google/googletest-rust@v0.12.0...v0.13.0)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: googletest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 7d2bde6 commit 8e315b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/android/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ path = "mockall.rs"
test = true

[dependencies]
googletest = "0.12.0"
googletest = "0.13.0"
mockall = "0.13.0"
2 changes: 1 addition & 1 deletion src/concurrency/sync-exercises/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ scraper = "0.21.0"
thiserror = "1.0.66"

[dev-dependencies]
tempfile = "3.13.0"
tempfile = "3.14.0"

0 comments on commit 8e315b8

Please sign in to comment.