Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 26, 2020
1 parent 56d9053 commit e9f9ff6
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 19 deletions.
109 changes: 91 additions & 18 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
Expand Up @@ -81,7 +81,7 @@ hdrhistogram = "7"
xz2 = "0.1"

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

Expand Down

0 comments on commit e9f9ff6

Please sign in to comment.