From 13d381d15fd4ca7934a3c166fe08f2778f7cf269 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 19 Jun 2023 11:03:29 -0400 Subject: [PATCH] updated dependency to take advantage of raw hex parsing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddd89c0..45d6bb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -evalexpr = "7.2.0" +evalexpr = "11.0.0" termion = "1.5.6"