Skip to content

Commit

Permalink
chore(cargo): update postgres-types requirement from 0.X.X to 0.2.5
Browse files Browse the repository at this point in the history
Updates the requirements on [postgres-types](https://github.com/sfackler/rust-postgres) to permit the latest version.
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@postgres-types-v0.1.0-alpha.1...postgres-types-v0.2.5)

---
updated-dependencies:
- dependency-name: postgres-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 8b5351a commit f2976bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ features = ["with-serde_json-1" , "with-uuid-1" , "with-chrono-0_4"]
optional = true

[dependencies.postgres-types]
version = "0.X.X"
version = "0.2.5"
features = ["derive"]
optional = true

0 comments on commit f2976bd

Please sign in to comment.