From 2c002c8520ca0c9182064a168250150d72ee6dce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:28:28 +0000 Subject: [PATCH] fix(deps): update rust crate diesel_migrations to 2.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daa2d0e..7e2a09a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b2f7df7..15f1289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] diesel = {version = "2.1.6", features = ["postgres"]} -diesel_migrations = "2.1.0" +diesel_migrations = "2.2.0" lazy_static = "1.4.0" num_cpus = "1.16.0" once_cell = "1.19.0"