From 27c162ddfe8a605eaf9f6ebad9b58497ef2b2c52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 09:37:17 -0300 Subject: [PATCH] chore(deps) Update Rust crate ignore to ^0.4.17 (#1439) Co-authored-by: Renovate Bot --- tauri-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 565906bff..cc90c4ac6 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -21,7 +21,7 @@ serde_repr = "0.1" dirs-next = "2.0.0" zip = "0.5.11" semver = "0.11" -ignore = "^0.4.16" +ignore = "^0.4.17" tempfile = "3" either = "1.6.1" tar = "0.4"