Merge pull request #25 from zerotier/someara

removing local path dep on ratpack
This commit is contained in:
Erik Hollensbe 2022-06-07 15:21:15 -07:00 committed by GitHub
commit dac8cfb4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"