Skip to content

Commit

Permalink
Bump sqlx and sqlx-pg-uint
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Sep 29, 2024
1 parent f06929f commit 490e421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 490e421

Please sign in to comment.