From aa706a2c4e1290d1d8ebb983e51dfd60a855341a Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 19 Aug 2024 17:20:17 +0200 Subject: [PATCH] use v0.3.0 of sqlx-pg-uint --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87f6940..2154b3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2314,9 +2314,9 @@ dependencies = [ [[package]] name = "sqlx-pg-uint" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "252a4a55217704777814f5be098ab5563d1e21c7f0d3010a301f75373d68c8e2" +checksum = "ba7acddf6774b42bfba10aad5a0496e3df8bc6a45a2a0ab010175b69280a5f2c" dependencies = [ "bigdecimal", "serde", @@ -2327,9 +2327,9 @@ dependencies = [ [[package]] name = "sqlx-pg-uint-macros" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4f5704fe7b866782ab87d9fe069c2f02be27b801e990af56a3d94a29290bd8" +checksum = "3415daefc001b6cda372707886d508a819196d39fc769e9d9aed2b4e659a51b3" dependencies = [ "quote", "syn 2.0.75", diff --git a/Cargo.toml b/Cargo.toml index 6ca711c..930dbc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +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 = { version = "0.2.0", optional = true } +sqlx-pg-uint = { version = "0.3.0", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rustls = "0.21.12"