From 51c2d1740b18957846111968b069342db487101e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 07:59:31 +0000 Subject: [PATCH] chore(cargo): update postgres-types requirement from 0.X.X to 0.2.5 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](https://github.com/sfackler/rust-postgres/compare/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b28f6cf..cb017350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ 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