From 770d8c4cecaf1d379010b3e3098740a5c45fc318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:17:42 +0100 Subject: [PATCH] fix(deps): update rust crate encoding_rs_io to 0.1.7 (#195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- whiskers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 04398e36..01db4789 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -38,7 +38,7 @@ catppuccin = { version = "2.2", features = ["serde", "css-colors"] } clap = { version = "4.5.4", features = ["derive"] } clap-stdin = "0.4" css-colors = "1.0" -encoding_rs_io = "0.1" +encoding_rs_io = "0.1.7" indexmap = { version = "2.2", features = ["serde"] } itertools = "0.12" lzma-rust = "0.1"