Update Rust crate a2s to 0.5.0 (#466)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-11 20:40:01 -07:00
committed by GitHub
parent 30ff0a86c6
commit 9fdb0bc811
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "a2s"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb8714606fce4ea5a9a93df730bcae5be0b60e12858aa063316522449432989a"
checksum = "9a3bdfefcaef5efc192befd793aee498833c5be13c55e72ef7ba645228ccfef2"
dependencies = [
"byteorder",
"bzip2 0.3.3",

View File

@@ -45,7 +45,7 @@ chrono = "0.4.19"
zip = { version = "0.5.13" }
fs_extra = "1.2.0"
glob = "0.3.0"
a2s = "0.4.0"
a2s = "0.5.0"
users = "0.11.0"
[dev-dependencies]