Skip to content

Commit

Permalink
fix(deps): update rust crate sqlx to ^0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 868adab commit 4d3db75
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
33 changes: 16 additions & 17 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 @@ -51,7 +51,7 @@ tracing-subscriber = { version = "^0.3.17", features = [
] }
url = { version = "^2.4.1", features = ["serde"] }
tokio = { version = "^1.33.0", features = ["full"] }
sqlx = { version = "^0.7.1", features = [
sqlx = { version = "^0.7.2", features = [
"runtime-tokio",
"tls-native-tls",
"postgres",
Expand Down

0 comments on commit 4d3db75

Please sign in to comment.