From e41ee42d92022dbffc00f4ed50580fa5e060a379 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 29 Jan 2023 14:35:26 -0800 Subject: [PATCH] Update indoc dev-dependency to version 2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5167a8a0..c9582c14a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ryu = "1.0" [dev-dependencies] automod = "1.0" -indoc = "1.0" +indoc = "2.0" ref-cast = "1.0" rustversion = "1.0" serde = { version = "1.0.100", features = ["derive"] }