Skip to content

Commit

Permalink
· Updated sqlx version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosga committed Sep 2, 2024
1 parent f62c3db commit 9b9ee50
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 @@ -37,7 +37,7 @@ forward_ref = { version = "1.0.0" }
byteorder = { version = "1.5.0", features = ["default"], default-features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true }
serde_json = { version = "1.0", default-features = false, optional = true }
sqlx = { version = "0.8.0", features = [ "postgres", "runtime-async-std", "runtime-async-std-rustls" ], default-features = false, optional = true }
sqlx = { version = "0.8.1", features = [ "postgres", "runtime-async-std", "runtime-async-std-rustls" ], default-features = false, optional = true }
async-std = { version = "1.12.0", features = ["default"], default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 9b9ee50

Please sign in to comment.