Skip to content

Commit

Permalink
build(deps): bump tokio-postgres from 0.7.12 to 0.7.13
Browse files Browse the repository at this point in the history
Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.12 to 0.7.13.
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.12...tokio-postgres-v0.7.13)

---
updated-dependencies:
- dependency-name: tokio-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 9b299ea commit 5afe405
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3"
schemars = "0.8.21"
testcontainers-modules = { version = "0.11.6", features = ["hashicorp_vault", "k3s", "postgres"] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.12"
tokio-postgres = "0.7.13"
utilities = {path= "tests/utilities" }

[build-dependencies]
Expand Down

0 comments on commit 5afe405

Please sign in to comment.