Skip to content

Commit

Permalink
upgrade http-error to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Dec 12, 2023
1 parent 573fef2 commit 16b2ae8
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 = { 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 }
Expand Down

0 comments on commit 16b2ae8

Please sign in to comment.