From 16b2ae8364c8fdc3dc54a1b8a5d9ce5f04fe9456 Mon Sep 17 00:00:00 2001 From: Markus Ast Date: Tue, 12 Dec 2023 18:15:19 +0100 Subject: [PATCH] upgrade http-error to 0.2 --- postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }