aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80e6877..607a206 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LOCAL_DEPS = crypto
DEPS = cowlib ranch
dep_cowlib = git https://github.com/ninenines/cowlib master
-dep_ranch = git https://github.com/ninenines/ranch 1.1.0
+dep_ranch = git https://github.com/ninenines/ranch 1.2.1
TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper master