Update ASF meck version to 0.8.8
diff --git a/rebar.config b/rebar.config
index 07d8941..fdc5c77 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 
 {deps, [
     {bear, ".*", {git, "https://github.com/apache/couchdb-bear.git", "008f48aff819126e281d5ccae80a258bf9bf9c30"}},
-    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.2"}}}
+    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.8"}}}
 ]}.
 
 {erl_opts, [debug_info]}.