build(deps): bump z85 from 3.0.4 to 3.0.5

Bumps [z85](https://github.com/decafbad/z85) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/decafbad/z85/releases)
- [Commits](https://github.com/decafbad/z85/commits)

---
updated-dependencies:
- dependency-name: z85
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-22 20:49:10 +00:00 committed by Sylvestre Ledru
parent 91ccdb6479
commit 8f8aa61e6a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3226,9 +3226,9 @@ dependencies = [
[[package]]
name = "z85"
version = "3.0.4"
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af896e93db81340b74b65f74276a99b210c086f3d34ed0abf433182a462af856"
checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
[[package]]
name = "zip"

View file

@ -28,7 +28,7 @@ time = { version="<= 0.1.43", optional=true }
# * "problem" dependencies (pinned)
data-encoding = { version="2.1", optional=true }
data-encoding-macro = { version="0.1.12", optional=true }
z85 = { version="3.0.3", optional=true }
z85 = { version="3.0.5", optional=true }
libc = { version="0.2.121", optional=true }
once_cell = "1.10.0"
os_display = "0.1.3"