From 6e7d816227874be97d1af7753f099db269ab6939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:45:01 +0000 Subject: [PATCH] build(deps): bump diesel_migrations from 2.3.0 to 2.3.1 Bumps [diesel_migrations](https://github.com/diesel-rs/diesel) from 2.3.0 to 2.3.1. - [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) --- updated-dependencies: - dependency-name: diesel_migrations dependency-version: 2.3.1 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 625ada653ca..251ed3e16e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,9 +1350,9 @@ dependencies = [ [[package]] name = "diesel_migrations" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee060f709c3e3b1cadd83fcd0f61711f7a8cf493348f758d3a1c1147d70b3c97" +checksum = "745fd255645f0f1135f9ec55c7b00e0882192af9683ab4731e4bba3da82b8f9c" dependencies = [ "diesel", "migrations_internals", diff --git a/Cargo.toml b/Cargo.toml index de106b4d2c3..a3cd365e5e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ diesel-async = { version = "0.7.3", 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.6" -diesel_migrations = "2.1.0" +diesel_migrations = "2.3.1" envconfig = "0.11.1" graph = { path = "./graph" } graph-core = { path = "./core" }