From 6d1d1d024f92cd0340189603b5d17a073b030c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:51:54 +0000 Subject: [PATCH] build(deps): bump diesel_migrations from 2.3.1 to 2.3.2 Bumps [diesel_migrations](https://github.com/diesel-rs/diesel) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/commits/v2.3.2) --- updated-dependencies: - dependency-name: diesel_migrations dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3c27b919b7..4936abf1c0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,9 +3049,9 @@ dependencies = [ [[package]] name = "diesel_migrations" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745fd255645f0f1135f9ec55c7b00e0882192af9683ab4731e4bba3da82b8f9c" +checksum = "28d0f4a98124ba6d4ca75da535f65984badec16a003b6e2f94a01e31a79490b8" dependencies = [ "diesel", "migrations_internals", @@ -3986,7 +3986,7 @@ version = "0.43.0" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "envconfig", "futures 0.3.31", "graph", diff --git a/Cargo.toml b/Cargo.toml index f9dd2c68c74..e9b3f5c6cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ diesel-async = { version = "0.8.0", features = ["deadpool", "async-connection-wr diesel-derive-enum = { version = "2.1.0", features = ["postgres"] } diesel-dynamic-schema = { version = "0.2.3", features = ["postgres"] } diesel_derives = "2.3.7" -diesel_migrations = "2.3.1" +diesel_migrations = "2.3.2" env_logger = "0.11.10" envconfig = "0.11.1" git-testament = "0.2"