From 1c4ff11b35ce5d600a07c16adec2b19ffe3ba594 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 19 Aug 2024 19:44:37 +0200 Subject: [PATCH] gwah --- Cargo.lock | 6 ++---- Cargo.toml | 4 +++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2154b3b..d1085cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2315,8 +2315,7 @@ dependencies = [ [[package]] name = "sqlx-pg-uint" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba7acddf6774b42bfba10aad5a0496e3df8bc6a45a2a0ab010175b69280a5f2c" +source = "git+https://github.com/bitfl0wer/sqlx-pg-uint#a132f4ad12f6cd1f68cc07e01edd644b4735e346" dependencies = [ "bigdecimal", "serde", @@ -2328,8 +2327,7 @@ dependencies = [ [[package]] name = "sqlx-pg-uint-macros" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3415daefc001b6cda372707886d508a819196d39fc769e9d9aed2b4e659a51b3" +source = "git+https://github.com/bitfl0wer/sqlx-pg-uint#a132f4ad12f6cd1f68cc07e01edd644b4735e346" dependencies = [ "quote", "syn 2.0.75", diff --git a/Cargo.toml b/Cargo.toml index 930dbc3..146cef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,9 @@ rand = "0.8.5" flate2 = { version = "1.0.30", optional = true } webpki-roots = "0.26.3" pubserve = { version = "1.1.0", features = ["async", "send"] } -sqlx-pg-uint = { version = "0.3.0", optional = true } +sqlx-pg-uint = { git = "https://github.com/bitfl0wer/sqlx-pg-uint", features = [ + "serde", +], optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rustls = "0.21.12"