diff --git a/blueprint/config/Cargo.toml.liquid b/blueprint/config/Cargo.toml.liquid index 10e0c00..a1218b5 100644 --- a/blueprint/config/Cargo.toml.liquid +++ b/blueprint/config/Cargo.toml.liquid @@ -16,4 +16,4 @@ tracing = "0.1" [dev-dependencies] figment = { version = "0.10", features = ["toml", "env", "test"] } -googletest = "0.11" +googletest = "0.12" diff --git a/blueprint/web/Cargo.toml.liquid b/blueprint/web/Cargo.toml.liquid index 29c6a40..61961ad 100644 --- a/blueprint/web/Cargo.toml.liquid +++ b/blueprint/web/Cargo.toml.liquid @@ -26,7 +26,7 @@ uuid = { version = "1.6", features = ["serde"] } [dev-dependencies] fake = "2.9" -googletest = "0.11" +googletest = "0.12" serde_json = "1.0" tower = { version = "0.4", features = ["util"] } hyper = { version = "1.0", features = ["full"] }