diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 35c8482..7c587c3 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -12,7 +12,7 @@ uuid = ["sqlm-postgres-macros/uuid", "tokio-postgres/with-uuid-1", "dep:uuid"] [dependencies] deadpool-postgres = "0.11" dotenvy = "0.15" -http-error = { version = "0.1" } # git = "https://github.com/rkusa/http-error.git", rev = "1f0630c" } # path = "../../http-error" } +http-error = { version = "0.2" } # git = "https://github.com/rkusa/http-error.git", rev = "1f0630c" } # path = "../../http-error" } once_cell = "1.17" rustls = { version = "0.21", features = ["dangerous_configuration"] } serde_json = { version = "1.0", optional = true }