From fd7a76e18d7a8e11edc2b5ca28e0a30126622930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:29:39 -0400 Subject: [PATCH] Bump diesel from 2.1.0 to 2.2.3 (#328) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Banjo Fox <4459812+BanjoFox@users.noreply.github.com> --- Cargo.lock | 27 +++++++++++++++++++++------ aardwolf-actix/Cargo.toml | 2 +- aardwolf-models/Cargo.toml | 2 +- aardwolf-types/Cargo.toml | 2 +- 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96727480..15e4d6b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,9 +1217,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.1.0" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7a532c1f99a0f596f6960a60d1e119e91582b24b39e2d83a190e61262c3ef0c" +checksum = "65e13bab2796f412722112327f3e575601a3e9cdcbe426f0d30dbf43f3f5dc71" dependencies = [ "bitflags 2.3.3", "byteorder", @@ -1234,11 +1234,12 @@ dependencies = [ [[package]] name = "diesel_derives" -version = "2.1.0" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74398b79d81e52e130d991afeed9c86034bb1b7735f46d2f5bf7deb261d80303" +checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4" dependencies = [ "diesel_table_macro_syntax", + "dsl_auto_type", "proc-macro2", "quote", "syn 2.0.68", @@ -1246,9 +1247,9 @@ dependencies = [ [[package]] name = "diesel_table_macro_syntax" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc5557efc453706fed5e4fa85006fe9817c224c3f480a34c7e5959fd700921c5" +checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25" dependencies = [ "syn 2.0.68", ] @@ -1285,6 +1286,20 @@ version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" +[[package]] +name = "dsl_auto_type" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5d9abe6314103864cc2d8901b7ae224e0ab1a103a0a416661b4097b0779b607" +dependencies = [ + "darling", + "either", + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.68", +] + [[package]] name = "either" version = "1.8.1" diff --git a/aardwolf-actix/Cargo.toml b/aardwolf-actix/Cargo.toml index 6d203512..a7846df0 100644 --- a/aardwolf-actix/Cargo.toml +++ b/aardwolf-actix/Cargo.toml @@ -35,7 +35,7 @@ version = "0.9.0" features = ["cookie-session"] [dependencies.diesel] -version = "2.1" +version = "2.2" default-features = false features = ["postgres", "uuid", "chrono"] diff --git a/aardwolf-models/Cargo.toml b/aardwolf-models/Cargo.toml index b6a4f61d..4dd6cdab 100644 --- a/aardwolf-models/Cargo.toml +++ b/aardwolf-models/Cargo.toml @@ -31,7 +31,7 @@ default = [] test = [] [dependencies.diesel] -version = "2.1" +version = "2.2" features = ["chrono", "postgres", "serde_json", "uuid"] [dev-dependencies] diff --git a/aardwolf-types/Cargo.toml b/aardwolf-types/Cargo.toml index 3801d8e4..e686cfc0 100644 --- a/aardwolf-types/Cargo.toml +++ b/aardwolf-types/Cargo.toml @@ -29,7 +29,7 @@ version = "4.3" optional = true [dependencies.diesel] -version = "2.1" +version = "2.2" default-features = false features = ["postgres", "uuid", "chrono", "r2d2"]