Skip to content

Commit

Permalink
bump sqlx to 0.8.1 to fix a security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 29, 2024
1 parent 604ee63 commit 6383cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reqwest = { version = "0.11.14", features = ["json", "native-tls-vendored"] }
rpassword = "7.2.0"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
sqlx = { version = "0.6.2", features = [
sqlx = { version = "0.8.1", features = [
"postgres",
"chrono",
"uuid",
Expand Down

0 comments on commit 6383cf4

Please sign in to comment.