From f980065d75757eb3cc01bd7b0f66f3a5d82d8b8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:22:19 +0000 Subject: [PATCH] chore(deps): update rust crate qwitlib to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50c3d69..b772313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "A cli to work with dsv files" clap = { version = "4.4.8", features = ["derive", "unstable-doc", "env"] } clap-markdown = "0.1.3" log = "0.4.20" -qwitlib = "0.3.2" +qwitlib = "0.4.0" rand = "0.8.5" walkdir = "2" calamine = "0.24"