Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: 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 Jul 22, 2024
1 parent 48519cb commit 870a5d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -23,7 +23,7 @@ env_logger = "0.11.3"
futures-util = "0.3.30"
jsonwebtoken = "9.3.0"
once_cell = "1.19.0"
postgres = { version = "0.19.4", features = ["with-uuid-1", "with-chrono-0_4"] }
postgres = { version = "0.19.8", features = ["with-uuid-1", "with-chrono-0_4"] }
regex = "1.10.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 870a5d6

Please sign in to comment.