Skip to content

Commit

Permalink
Merge pull request #53 from ubuntu/dependabot/cargo/sqlx-0.7.3
Browse files Browse the repository at this point in the history
build(deps): bump sqlx from 0.7.2 to 0.7.3
  • Loading branch information
matthew-hagemann authored Jan 18, 2024
2 parents 338b6d1 + b7682bd commit fb5854f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 38 deletions.
111 changes: 74 additions & 37 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 @@ -18,7 +18,7 @@ rand = "0.8.5"
reqwest = "0.11.18"
serde = { version = "1.0.195", features = ["derive"] }
sha2 = "0.10.7"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "time"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time"] }
thiserror = "1.0.50"
time = { version = "0.3.31", features = ["macros"] }
tokio = { version = "1.28.2", features = ["full"] }
Expand Down

0 comments on commit fb5854f

Please sign in to comment.