From 5954e98427328cd20fe4778a0321e9b5c294bf29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:50:52 +0000 Subject: [PATCH] build(deps): bump unrar from 0.5.2 to 0.5.3 (#631) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8746fb4..9d96fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1416,9 +1416,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unrar" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c844cee902acdbe8942c0188cb1c2b7ab268928ceb926ef1550babd921757971" +checksum = "f4994bfae776d5c2ee22493a00742c77d58bfa5adbe10febe83d1ba7aff2ebdc" dependencies = [ "bitflags 1.3.2", "regex", diff --git a/Cargo.toml b/Cargo.toml index 6e1e5b1..9b5282a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ snap = "1.1.1" tar = "0.4.40" tempfile = "3.10.1" time = { version = "0.3.34", default-features = false } -unrar = { version = "0.5.2", optional = true } +unrar = { version = "0.5.3", optional = true } xz2 = "0.1.7" zip = { version = "0.6.6", default-features = false, features = ["time"] } zstd = { version = "0.13.0", default-features = false }