diff --git a/Cargo.lock b/Cargo.lock index 1175da156ae..213157cb2bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2381,9 +2381,9 @@ dependencies = [ [[package]] name = "googletest" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce026f84cdd339bf71be01b24fe67470ee634282f68c1c4b563d00a9f002b05" +checksum = "fbbb8bea2ac2741b1d5e1183896ad6a3f1e8e25e375ed5737a171e057cacd8a3" dependencies = [ "googletest_macro", "num-traits", @@ -2393,9 +2393,9 @@ dependencies = [ [[package]] name = "googletest_macro" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5070fa86976044fe2b004d874c10af5d1aed6d8f6a72ff93a6eb29cc87048bc" +checksum = "672de67b4529abeb5c623913ca6de8a3031ab97dc105c58ab747199b084ab1bf" dependencies = [ "proc-macro2", "quote", @@ -4084,9 +4084,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" +checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" dependencies = [ "unicode-ident", ] @@ -4179,9 +4179,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.38" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ] @@ -4586,9 +4586,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" +checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" [[package]] name = "ryu" @@ -5138,9 +5138,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.96" +version = "2.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" +checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ca9ddc67b9c..11b6e220ab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"] crates_io_test_db = { path = "crates/crates_io_test_db" } claims = "=0.8.0" diesel = { version = "=2.2.8", features = ["r2d2"] } -googletest = "=0.13.0" +googletest = "=0.14.0" insta = { version = "=1.42.2", features = ["glob", "json", "redactions"] } regex = "=1.11.1" tokio = "=1.44.1" diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 339b429dc4a..306f1995363 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -31,6 +31,6 @@ utoipa = { version = "=5.3.1", features = ["chrono"] } claims = "=0.8.0" crates_io_test_db = { path = "../crates_io_test_db" } diesel-async = { version = "=0.5.2", features = ["postgres"] } -googletest = "=0.13.0" +googletest = "=0.14.0" insta = "=1.42.2" tokio = { version = "=1.44.1", features = ["macros", "rt"] }