build(deps): bump zip from 1.1.2 to 1.1.3 in the cargo-minor group

Bumps the cargo-minor group with 1 update: [zip](https://github.com/zip-rs/zip2).


Updates `zip` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-30 21:32:53 +00:00 committed by TÖRÖK Attila
parent cca6c13710
commit 8644fd3c12
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -6877,9 +6877,9 @@ checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
[[package]] [[package]]
name = "zip" name = "zip"
version = "1.1.2" version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a23468b4a7a4e9e1e62812f8d1dd614f67f148e2b3faa72f4843bf00b573fd7" checksum = "2e6cb8909b2e8e6733c9ef67d35be1a27105644d362aafb5f8b2ba395727adf6"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"byteorder", "byteorder",

View File

@ -15,7 +15,7 @@ toml_edit = { version = "0.22.12", features = ["parse"] }
url = { workspace = true } url = { workspace = true }
tracing = { workspace = true } tracing = { workspace = true }
thiserror = { workspace = true } thiserror = { workspace = true }
zip = { version = "1.1.2", default-features = false, features = ["deflate"]} zip = { version = "1.1.3", default-features = false, features = ["deflate"]}
urlencoding = "2.1.3" urlencoding = "2.1.3"
ruffle_core = { path = "../core", default-features = false } ruffle_core = { path = "../core", default-features = false }
async-channel = { workspace = true } async-channel = { workspace = true }