update fs-err v2.6.0 -> 2.7.0

This commit is contained in:
Crypto-Spartan 2022-02-28 20:21:32 +00:00
parent 70242e9ea5
commit b2237b79f9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -269,9 +269,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fs-err"
version = "2.6.0"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"
checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"
[[package]]
name = "getrandom"

View File

@ -17,7 +17,7 @@ atty = "0.2.14"
bzip2 = "0.4.3"
clap = { version = "3.1.3", features = ["derive", "env"] }
flate2 = { version = "1.0.22", default-features = false }
fs-err = "2.6.0"
fs-err = "2.7.0"
libc = "0.2.103"
linked-hash-map = "0.5.4"
lzzzz = "0.8.0"