Skip to content

Commit

Permalink
chore(deps): update rust crate sqlx to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 8479839 commit 40c64e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ tracing-subscriber = { version = "0.3", features = ["fmt", "std", "json", "env-f

[dev-dependencies]
anyhow = "1"
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres", "time"] }
sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "postgres", "time"] }

0 comments on commit 40c64e5

Please sign in to comment.