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 Sep 2, 2024
1 parent cbac1b6 commit bccc840
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 @@ -16,4 +16,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 @@ -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.5", features = ["util"] }
hyper = { version = "1.0", features = ["full"] }
Expand Down

0 comments on commit bccc840

Please sign in to comment.