Update Rust crate a2s to 0.4 (#452)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael <12646562+mbround18@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2021-09-27 19:00:05 +00:00
committed by GitHub
parent d3ebddf1d2
commit ce41246936
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.3.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8671e31cf0905e70d81c4306dba9887288210adb986d7467ef7d18c444416a61"
checksum = "fb8714606fce4ea5a9a93df730bcae5be0b60e12858aa063316522449432989a"
dependencies = [
"byteorder",
"bzip2 0.3.3",

View File

@@ -45,7 +45,7 @@ chrono = "0.4"
zip = { version = "0.5" }
fs_extra = "1.2.0"
glob = "0.3.0"
a2s = "0.3"
a2s = "0.4"
users = "*"
[dev-dependencies]