Skip to content

Commit

Permalink
chore(deps): updated tokio-postgres requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Sep 16, 2024
1 parent 5a8d4a7 commit 6223553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ predicates = "3.1.2"
schemars = "0.8.21"
testcontainers-modules = { version = "0.10.0", features = ["hashicorp_vault", "k3s", "postgres"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.11"
tokio-postgres = "0.7.12"
utilities = {path= "tests/utilities" }

[build-dependencies]
Expand Down

0 comments on commit 6223553

Please sign in to comment.