Skip to content

Commit

Permalink
build(deps): Bump tokio-postgres from 0.7.10 to 0.7.11
Browse files Browse the repository at this point in the history
Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.10 to 0.7.11.
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.10...tokio-postgres-v0.7.11)

---
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 and bush1D3v committed Jul 28, 2024
1 parent 56465a9 commit c066a4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sql-builder = "3.1"
tokio = { version = "1", features = ["full"] }
tokio-postgres = "0.7.10"
tokio-postgres = "0.7.11"
utoipa = { version = "4.2.3", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }
Expand Down

0 comments on commit c066a4a

Please sign in to comment.