diff --git a/Cargo.toml b/Cargo.toml index 99d93bf..2a14838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ tide = "0.16.0" tide-sqlx = { version = "0.6.1", features = ["rustls", "postgres"] } tide-tracing = "0.0.11" async-std = { version = "1.8.0", features = ["attributes"] } -sqlx = { version = "0.5", features = ["runtime-async-std-rustls", "postgres", "migrate", "ipnetwork", "uuid", "offline"] } +sqlx = { version = "0.6", features = ["runtime-async-std-rustls", "postgres", "migrate", "ipnetwork", "uuid", "offline"] } uuid = { version = "*", features = ["v4"] } serde_json = "^1.0.45" serde = { version = "1.0", features = ["derive"] }