Skip to content

Commit

Permalink
Update dependency googletest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent e341174 commit 3de50b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprint/config/Cargo.toml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ tracing = "0.1"

[dev-dependencies]
figment = { version = "0.10", features = ["toml", "env", "test"] }
googletest = "0.11"
googletest = "0.12"
2 changes: 1 addition & 1 deletion blueprint/web/Cargo.toml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hyper = { version = "1.0", features = ["full"], optional = true }

[dev-dependencies]
fake = "2.9"
googletest = "0.11"
googletest = "0.12"
{% unless template_type == "minimal" -%}
{{project-name}}-db = { path = "../db", features = ["test-helpers"] }
{%- endunless %}
Expand Down

0 comments on commit 3de50b9

Please sign in to comment.