From cfccae806086ad579fa693b562f641953c0b253f Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Thu, 22 Aug 2024 00:23:40 +0200 Subject: [PATCH] Bump sqlx-pg-uint --- Cargo.lock | 10 ++++++---- Cargo.toml | 4 +--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21d5611..a15480c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2329,8 +2329,9 @@ dependencies = [ [[package]] name = "sqlx-pg-uint" -version = "0.3.0" -source = "git+https://github.com/bitfl0wer/sqlx-pg-uint#a132f4ad12f6cd1f68cc07e01edd644b4735e346" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af20ea8395f424f24b88912691c5414283d9d8b4a206ad81b86af78c70cc9700" dependencies = [ "bigdecimal", "serde", @@ -2341,8 +2342,9 @@ dependencies = [ [[package]] name = "sqlx-pg-uint-macros" -version = "0.3.0" -source = "git+https://github.com/bitfl0wer/sqlx-pg-uint#a132f4ad12f6cd1f68cc07e01edd644b4735e346" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28fad222fbde71f48f78b38888fe76d0fbc0eeb03015f9cba71dada45acd2abd" dependencies = [ "quote", "syn 2.0.75", diff --git a/Cargo.toml b/Cargo.toml index 6529fbc..7e6052b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,9 +67,7 @@ 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 = { git = "https://github.com/bitfl0wer/sqlx-pg-uint", features = [ - "serde", -], optional = true } +sqlx-pg-uint = { version = "0.4.1", features = ["serde"], optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rustls = "0.21.12"