Bump sqlx-pg-uint

This commit is contained in:
bitfl0wer 2024-08-22 00:23:40 +02:00
parent 86b022912f
commit cfccae8060
No known key found for this signature in database
GPG Key ID: 8D90CA11485CD14D
2 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@ -2329,8 +2329,9 @@ dependencies = [
[[package]] [[package]]
name = "sqlx-pg-uint" name = "sqlx-pg-uint"
version = "0.3.0" version = "0.4.1"
source = "git+https://github.com/bitfl0wer/sqlx-pg-uint#a132f4ad12f6cd1f68cc07e01edd644b4735e346" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af20ea8395f424f24b88912691c5414283d9d8b4a206ad81b86af78c70cc9700"
dependencies = [ dependencies = [
"bigdecimal", "bigdecimal",
"serde", "serde",
@ -2341,8 +2342,9 @@ dependencies = [
[[package]] [[package]]
name = "sqlx-pg-uint-macros" name = "sqlx-pg-uint-macros"
version = "0.3.0" version = "0.3.1"
source = "git+https://github.com/bitfl0wer/sqlx-pg-uint#a132f4ad12f6cd1f68cc07e01edd644b4735e346" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28fad222fbde71f48f78b38888fe76d0fbc0eeb03015f9cba71dada45acd2abd"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.75", "syn 2.0.75",

View File

@ -67,9 +67,7 @@ rand = "0.8.5"
flate2 = { version = "1.0.30", optional = true } flate2 = { version = "1.0.30", optional = true }
webpki-roots = "0.26.3" webpki-roots = "0.26.3"
pubserve = { version = "1.1.0", features = ["async", "send"] } pubserve = { version = "1.1.0", features = ["async", "send"] }
sqlx-pg-uint = { git = "https://github.com/bitfl0wer/sqlx-pg-uint", features = [ sqlx-pg-uint = { version = "0.4.1", features = ["serde"], optional = true }
"serde",
], optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.21.12" rustls = "0.21.12"