Skip to content

Commit

Permalink
use http-error from crates registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Dec 2, 2023
1 parent 1752fa0 commit 17ef501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { git = "https://github.com/rkusa/http-error.git", rev = "1f0630c" } # path = "../../http-error" }
http-error = { version = "0.1" } # 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 }
Expand Down

0 comments on commit 17ef501

Please sign in to comment.