Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and zacharyburnett committed Jan 17, 2024
1 parent 4605dde commit 41e89f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 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 @@ -28,7 +28,7 @@ geo = { version = ">=0.24.1", features = ["serde"] }
geojson = ">=0.24.0"
lazy_static = ">=1.4.0"
log = ">=0.4.17"
postgres = { version="0.19.5", optional=true }
postgres = { version="0.19.7", optional=true }
ratatui = ">=0.21.0"
crossterm = ">=0.26.1"
regex = ">=1.8.1"
Expand Down

0 comments on commit 41e89f9

Please sign in to comment.