From f62deb4a190303644f11c6473b38485f26b10a2c Mon Sep 17 00:00:00 2001 From: anweiss <2326106+anweiss@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:18:12 -0500 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07611642..2f368172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ base16 = { version = "0.2", default-features = false } base64 = { version = "0.13", default-features = false } chrono = { version = "0.4", optional = true } clap = { version = "2.33", optional = true } -codespan-reporting = "0.9" +codespan-reporting = "0.11" hexf-parse = "0.1" itertools = "0.9" lexical-core = "0.7"