Skip to content

Commit

Permalink
chore(deps): 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 Oct 1, 2024
1 parent e1d1182 commit 0dfbf7b
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 @@ -25,7 +25,7 @@ reqwest = { version = "0.12", features = [
], default-features = false }
serde = { version = "1.0.206", default-features = false }
serde_json = "1.0.124"
sqlx = { version = "0.7.2", features = [
sqlx = { version = "0.8.0", features = [
"bigdecimal",
"chrono",
"json",
Expand Down

0 comments on commit 0dfbf7b

Please sign in to comment.