Update Rust crate a2s to 0.3 (#434)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-09-14 19:39:58 -07:00
committed by GitHub
parent 9141ca87da
commit 44ded50d7b
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.2.3"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bba016cf264523cdf2ff17be36ad4a1568764c7f54c657aed86397b272d5ab2"
checksum = "8671e31cf0905e70d81c4306dba9887288210adb986d7467ef7d18c444416a61"
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.2"
a2s = "0.3"
users = "*"
[dev-dependencies]