Skip to content

Commit 22aa308

Browse files
Update Rust crate googletest to v0.14.1 (#11251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b784426 commit 22aa308

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -147,7 +147,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"]
147147
crates_io_test_db = { path = "crates/crates_io_test_db" }
148148
claims = "=0.8.0"
149149
diesel = { version = "=2.2.10", features = ["r2d2"] }
150-
googletest = "=0.14.0"
150+
googletest = "=0.14.1"
151151
insta = { version = "=1.43.1", features = ["glob", "json", "redactions"] }
152152
regex = "=1.11.1"
153153
sentry = { version = "=0.38.1", features = ["test"] }

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.14.0"
34+
googletest = "=0.14.1"
3535
insta = "=1.43.1"
3636
tokio = { version = "=1.45.1", features = ["macros", "rt"] }

0 commit comments

Comments
 (0)