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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bbortt committed Aug 13, 2024
1 parent f61f73f commit 27f4116
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 @@ -8,7 +8,7 @@ clap = { version = "4.5.13", features = ["derive"] }
env_logger = "0.11.5"
lazy_static = "1.5.0"
log = "0.4.22"
postgres = "0.19.7"
postgres = "0.19.8"
rand = "0.9.0-alpha.1"
serde = { version = "1.0.206", features = ["derive"] }
reqwest = { version = "0.12.5", features = ["json"] }
Expand Down

0 comments on commit 27f4116

Please sign in to comment.