Skip to content

Commit

Permalink
update sqlx version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmscholz committed Sep 17, 2024
1 parent cc86de5 commit 100e9e6
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 @@ -13,7 +13,7 @@ reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "full", "time", "signal"]}
sqlx = { version = "0.8.1", features = [ "runtime-tokio", "postgres"] }
sqlx = { version = "0.8.2", features = [ "runtime-tokio", "postgres"] }
anyhow = "1.0.58"
chrono = "0.4"

Expand Down

0 comments on commit 100e9e6

Please sign in to comment.