From 5ca831e6d7fba8409eff7390dfb44b5370308952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 10:49:36 -0300 Subject: [PATCH] chore(deps) Update Rust crate ar to 0.9.0 (#2482) Co-authored-by: Renovate Bot --- tooling/bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index 91ec0eebc..e008ec6b0 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -21,7 +21,7 @@ exclude = [ ] [dependencies] -ar = "0.8.0" +ar = "0.9.0" glob = "0.3.0" icns = "0.3" image = "0.23.14"