fix(deps): update rust crate zip to v6 #178

Merged
wathiede merged 1 commits from renovate/zip-6.x into master 2025-11-25 16:28:49 -08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit aa6f99f32e - Show all commits

4
Cargo.lock generated
View File

@ -7841,9 +7841,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "5.1.1" version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b"
dependencies = [ dependencies = [
"aes", "aes",
"arbitrary", "arbitrary",

View File

@ -56,7 +56,7 @@ urlencoding = "2.1.3"
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" } #xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
#xtracing = { path = "../../xtracing" } #xtracing = { path = "../../xtracing" }
xtracing = { version = "0.3.2", registry = "xinu" } xtracing = { version = "0.3.2", registry = "xinu" }
zip = "5.0.0" zip = "6.0.0"
[build-dependencies] [build-dependencies]