Skip to content

Commit ea3708d

Browse files
Update Rust crate googletest to v0.14.2
1 parent dc5bf3e commit ea3708d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -148,7 +148,7 @@ crates_io_test_db = { path = "crates/crates_io_test_db" }
148148
crates_io_trustpub = { path = "crates/crates_io_trustpub", features = ["test-helpers"] }
149149
claims = "=0.8.0"
150150
diesel = { version = "=2.2.11", features = ["r2d2"] }
151-
googletest = "=0.14.1"
151+
googletest = "=0.14.2"
152152
insta = { version = "=1.43.1", features = ["glob", "json", "redactions"] }
153153
jsonwebtoken = "=9.3.1"
154154
quoted_printable = "=0.5.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.4.0", 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.1"
34+
googletest = "=0.14.2"
3535
insta = "=1.43.1"
3636
tokio = { version = "=1.45.1", features = ["macros", "rt"] }

0 commit comments

Comments
 (0)