summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 16:23:27 +0200
committerGitHub <noreply@github.com>2024-04-22 16:23:27 +0200
commit08a15cb79e101e0ecc15c091a0a74b7b0ff76020 (patch)
tree7a29699f537fe0ac4f112bcf172ed5e28f91e3af /Cargo.toml
parentc388be93e73d74dc42cacb61ebc2123a61d0c721 (diff)
downloadcandle-08a15cb79e101e0ecc15c091a0a74b7b0ff76020.tar.gz
candle-08a15cb79e101e0ecc15c091a0a74b7b0ff76020.tar.bz2
candle-08a15cb79e101e0ecc15c091a0a74b7b0ff76020.zip
Update zip requirement from 0.6.6 to 1.1.1 (#2103)
* Update zip requirement from 0.6.6 to 1.1.1 --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix for the zip crate update. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: laurent <laurent.mazare@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe50b356..1c5d369d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,7 +71,7 @@ tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.7"
wav = "1.0.0"
yoke = { version = "0.7.2", features = ["derive"] }
-zip = { version = "0.6.6", default-features = false }
+zip = { version = "1.1.1", default-features = false }
metal = { version = "0.27.0", features = ["mps"]}
[profile.release-with-debug]