Skip to content

Commit

Permalink
Merge pull request #3 from ezTxmMC/dependabot/cargo/sqlx-0.8.0
Browse files Browse the repository at this point in the history
Update sqlx requirement from 0.7.4 to 0.8.0
  • Loading branch information
ezTxmMC authored Aug 20, 2024
2 parents 47a4cb9 + ff36f2b commit 49b8da8
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 @@ -9,7 +9,7 @@ serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.7.4", features = ["mysql", "runtime-async-std"] }
sqlx = { version = "0.8.0", features = ["mysql", "runtime-async-std"] }

[dependencies.uuid]
version = "1.8.0"
Expand Down

0 comments on commit 49b8da8

Please sign in to comment.