Skip to content

Commit

Permalink
bump sqlx-pg-uint to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Oct 15, 2024
1 parent 27c228e commit 40754c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2", features = ["serde"], optional = true }
sqlx-pg-uint = { version = "0.8.0", features = ["serde"], optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.21.12"
Expand Down

0 comments on commit 40754c5

Please sign in to comment.