Update dependency to recent version of Mojo

Change-Id: Ifddf658be80fe5da61211422a306c53ec77593b7
diff --git a/t/meta-robots.t b/t/meta-robots.t
index 75273b9..072d6f5 100644
--- a/t/meta-robots.t
+++ b/t/meta-robots.t
@@ -68,7 +68,7 @@
   ->header_is('X-Robots', 'noindex')
   ;
 
-$t->get_ok('/corpus/WPD15/232/39681/p2133-2134?spans=false&foundry=*&format=json')
+$t->get_ok('/corpus/WPD15/232/39681/p2133-2134?spans=false&foundry=*&_format=json')
   ->status_is(200)
   ->header_is('X-Robots', 'noindex')
   ;