diff --git a/Cargo.lock b/Cargo.lock index 7fd179fe..067322f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,9 +2340,9 @@ dependencies = [ [[package]] name = "sqlx-pg-uint" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1c03c61ff481e8dfca7e5fef11245378c2b27cd7f0d45096d360a7adbb07391" +checksum = "60e5ec2fd2d274ebf9ad6b44b3986f9bcdbb554bb162c4b1ac4af05a439c66f2" dependencies = [ "bigdecimal", "serde", diff --git a/Cargo.toml b/Cargo.toml index 359d20fb..031aeff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ jsonwebtoken = "8.3.0" log = "0.4.22" async-trait = "0.1.81" chorus-macros = { path = "./chorus-macros", version = "0" } # Note: version here is used when releasing. This will use the latest release. Make sure to republish the crate when code in macros is changed! -sqlx = { version = "0.8.1", features = [ +sqlx = { version = "0.8.2", features = [ "json", "chrono", "ipnetwork", @@ -67,7 +67,7 @@ rand = "0.8.5" flate2 = { version = "1.0.33", optional = true } webpki-roots = "0.26.3" pubserve = { version = "1.1.0", features = ["async", "send"] } -sqlx-pg-uint = { version = "0.7.1", features = ["serde"], optional = true } +sqlx-pg-uint = { version = "0.7.2", features = ["serde"], optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rustls = "0.21.12"