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"