Skip to content

Commit

Permalink
Bump postgres from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [postgres](https://github.com/sfackler/rust-postgres) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@postgres-v0.18.1...postgres-v0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 6, 2021
1 parent 4538891 commit d4f3c1b
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 14 deletions.
175 changes: 162 additions & 13 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 @@ -85,7 +85,7 @@ hdrhistogram = "7"
xz2 = "0.1"

# postgres
postgres = {version = "0.18.1", features = ["with-serde_json-1", "with-chrono-0_4"]}
postgres = {version = "0.19.0", features = ["with-serde_json-1", "with-chrono-0_4"]}
postgres-protocol = "0.5"
tokio-postgres = "0.6"

Expand Down

0 comments on commit d4f3c1b

Please sign in to comment.