Skip to content

Commit d41e858

Browse files
Update Rust crate googletest to v0.14.0 (#10841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62e53c3 commit d41e858

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"]
144144
crates_io_test_db = { path = "crates/crates_io_test_db" }
145145
claims = "=0.8.0"
146146
diesel = { version = "=2.2.8", features = ["r2d2"] }
147-
googletest = "=0.13.0"
147+
googletest = "=0.14.0"
148148
insta = { version = "=1.42.2", features = ["glob", "json", "redactions"] }
149149
regex = "=1.11.1"
150150
tokio = "=1.44.1"

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ utoipa = { version = "=5.3.1", features = ["chrono"] }
3131
claims = "=0.8.0"
3232
crates_io_test_db = { path = "../crates_io_test_db" }
3333
diesel-async = { version = "=0.5.2", features = ["postgres"] }
34-
googletest = "=0.13.0"
34+
googletest = "=0.14.0"
3535
insta = "=1.42.2"
3636
tokio = { version = "=1.44.1", features = ["macros", "rt"] }

0 commit comments

Comments
 (0)