From fd1813a884887552f0adc3f57d2b5fadfb3d7b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:03:24 +0000 Subject: [PATCH] chore(deps): update pg_interval requirement from 0.5 to 0.6 Updates the requirements on [pg_interval](https://github.com/piperRyan/rust-postgres-interval) to permit the latest version. - [Release notes](https://github.com/piperRyan/rust-postgres-interval/releases) - [Commits](https://github.com/piperRyan/rust-postgres-interval/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: pg_interval dependency-version: 0.6.0 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 c59e688..0fe288f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ chrono = { version = "0.4", features = ["std"], optional = true } rust_decimal = { version = "1.35", features = ["db-postgres"], optional = true } serde = { version = "1", optional = true } serde_json = { version = "1", optional = true } -pg_interval = { version = "0.5", optional = true } +pg_interval = { version = "0.6", optional = true } lazy-regex = { version = "3.3", default-features = false, features = ["lite"] } ryu = "1" postgis = { version = "0.9", optional = true }