From 4b7fd4dfae9234492378ad51c0e7a2a0558dfb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lecrenier?= Date: Wed, 10 Aug 2022 10:42:54 +0200 Subject: [PATCH] Update insta version --- milli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index b745d970a..2bb6a50a1 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -51,7 +51,7 @@ csv = "1.1.6" [dev-dependencies] big_s = "1.0.2" -insta = "1.17.1" +insta = "1.18.1" maplit = "1.0.2" md5 = "0.7.0" rand = "0.8.5"