Skip to content

Commit

Permalink
Update Rust crate sqlx to 0.8.0 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 97be74d commit 32e394f
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 @@ ratatui = { version = "0.26.3", features = ["unstable-rendered-line-info"] }
crossterm = "0.27.0"
anyhow = "1.0.86"
unicode-width = "0.1.13"
sqlx = { version = "0.7.4", features = ["mysql", "postgres", "sqlite", "chrono", "rust_decimal", "runtime-tokio-rustls", "json"], default-features = false }
sqlx = { version = "0.8.0", features = ["mysql", "postgres", "sqlite", "chrono", "rust_decimal", "runtime-tokio-rustls", "json"], default-features = false }
chrono = "0.4.38"
tokio = { version = "1.37.0", features = ["full"] }
futures = "0.3.30"
Expand Down

0 comments on commit 32e394f

Please sign in to comment.