removing local path dep on ratpack

This commit is contained in:
Sean OMeara 2022-06-07 11:27:47 +02:00
parent 74b39535c6
commit 5c1749e146

View file

@ -23,7 +23,7 @@ hyper = "^0.14"
http = "^0.2"
url = { version = "^2.2", features = [ "serde" ] }
deadpool-postgres = { version = "^0.10", features = ["serde"] }
ratpack = { version = "^0.1", path = "../ratpack" }
ratpack = { version = "^0.1" }
log = "^0.4"
trust-dns-client = "^0.20"
openssl = "^0.10"