Skip to content

Commit

Permalink
Update Rust crate sqlx to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent f3219a9 commit d9cb109
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 @@ -17,7 +17,7 @@ actix-web = "4"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
serde = "1.0.144"
config = { version = "0.13", default-features = false, features = ["yaml"] }
sqlx = { version = "0.6.1", default-features = false, features = ["runtime-actix-rustls", "macros", "postgres", "uuid", "chrono", "migrate", "offline"] }
sqlx = { version = "0.7.4", default-features = false, features = ["runtime-actix-rustls", "macros", "postgres", "uuid", "chrono", "migrate", "offline"] }
uuid = { version = "1", features = ["v4", "serde"] }
# chrono = "0.4.22"
reqwest = { version = "0.11.12", default-features = false, features = ["json", "rustls-tls", "cookies"] }
Expand Down

0 comments on commit d9cb109

Please sign in to comment.