From 2beace5f647e67c5e808891cc255e649dda6fced Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Thu, 17 Feb 2022 04:22:55 -0800 Subject: [PATCH] remove logging from ratpack features now that it's default Signed-off-by: Erik Hollensbe --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a6b4bd..f63a750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", features = ["logging"] } +ratpack = { version = "^0.1", path = "../ratpack" } log = "^0.4" trust-dns-client = "^0.20" openssl = "^0.10"