From f4d4b863ee9f53b60da81ea05541c975e3c138a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:18:30 +0000 Subject: [PATCH] deps(deps): bump pgmq from 0.33.5 to 0.33.7 Bumps [pgmq](https://github.com/pgmq/pgmq) from 0.33.5 to 0.33.7. - [Release notes](https://github.com/pgmq/pgmq/releases) - [Commits](https://github.com/pgmq/pgmq/commits) --- updated-dependencies: - dependency-name: pgmq dependency-version: 0.33.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa9a389..57b8a3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1548,9 +1548,9 @@ dependencies = [ [[package]] name = "pgmq" -version = "0.33.5" +version = "0.33.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f58f55237b929db4bc411bb4016655a5a16cc33172f37dd70a1b887da8c346a" +checksum = "50eb534c14338bf3c0048606af7ea9fbf32f674debe392f9267eeeddf0582d1d" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index d785c53..8d2e126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tokio = { version = "1", features = [ async-std = { version = "1.13.0", optional = true, default-features = false } [dev-dependencies] -pgmq = "0.33.4" +pgmq = "0.33.7" tokio = { version = "1", features = ["full"] } apalis = { version = "1.0.0-rc.9" } apalis-workflow = { version = "0.1.0-rc.9", features = ["rand"]}