From 8d0f36ceb1c5c1243bae3247b6c86bfa45083f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 18 Aug 2022 12:27:59 -0700 Subject: [PATCH] feat(deps): bump miette --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8218b7..3e8517e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["kdl", "document", "serialization", "config"] edition = "2021" [dependencies] -miette = "4.6.0" +miette = "5.3.0" nom = { version = "7.1.1", default-features = false } thiserror = "1.0.30"