build(deps): bump unrar from 0.5.2 to 0.5.3 (#631)

This commit is contained in:
dependabot[bot] 2024-02-28 21:50:52 +00:00 committed by GitHub
parent 2a60ca836a
commit 5954e98427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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 }