1 Commits

Author SHA1 Message Date
d02e5b1426 Update Rust crate zip to 2.6.1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-07-15 00:14:56 +00:00
2 changed files with 13 additions and 23 deletions

View File

@ -169,7 +169,7 @@ dependencies = [
"futures-core", "futures-core",
"futures-util", "futures-util",
"mio", "mio",
"socket2 0.5.8", "socket2",
"tokio", "tokio",
"tracing", "tracing",
] ]
@ -231,7 +231,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_urlencoded", "serde_urlencoded",
"smallvec", "smallvec",
"socket2 0.5.8", "socket2",
"time", "time",
"tracing", "tracing",
"url", "url",
@ -1709,7 +1709,7 @@ dependencies = [
"httpdate", "httpdate",
"itoa", "itoa",
"pin-project-lite", "pin-project-lite",
"socket2 0.5.8", "socket2",
"tokio", "tokio",
"tower-service", "tower-service",
"tracing", "tracing",
@ -1795,7 +1795,7 @@ dependencies = [
"http-body 1.0.1", "http-body 1.0.1",
"hyper 1.6.0", "hyper 1.6.0",
"pin-project-lite", "pin-project-lite",
"socket2 0.5.8", "socket2",
"tokio", "tokio",
"tower-service", "tower-service",
"tracing", "tracing",
@ -2225,16 +2225,16 @@ dependencies = [
"nom 8.0.0", "nom 8.0.0",
"percent-encoding", "percent-encoding",
"quoted_printable", "quoted_printable",
"socket2 0.5.8", "socket2",
"tokio", "tokio",
"url", "url",
] ]
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.174" version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]] [[package]]
name = "libfuzzer-sys" name = "libfuzzer-sys"
@ -3033,9 +3033,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.32.4" version = "0.32.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1" checksum = "7f0f6a8c53351d89a3869a703459995a0bcadcfa846002707fbc7e5cca235c4a"
dependencies = [ dependencies = [
"combine", "combine",
"itoa", "itoa",
@ -3043,7 +3043,7 @@ dependencies = [
"percent-encoding", "percent-encoding",
"ryu", "ryu",
"sha1_smol", "sha1_smol",
"socket2 0.6.0", "socket2",
"url", "url",
] ]
@ -3604,16 +3604,6 @@ dependencies = [
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]
[[package]]
name = "socket2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
dependencies = [
"libc",
"windows-sys 0.59.0",
]
[[package]] [[package]]
name = "stable_deref_trait" name = "stable_deref_trait"
version = "1.2.0" version = "1.2.0"
@ -3862,7 +3852,7 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"signal-hook-registry", "signal-hook-registry",
"slab", "slab",
"socket2 0.5.8", "socket2",
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]

View File

@ -22,7 +22,7 @@ diesel_migrations = "2.2.0"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.140"
mailchecker = "6.0.17" mailchecker = "6.0.17"
redis = "0.32.4" redis = "0.32.3"
lettre = "0.11.17" lettre = "0.11.17"
rand = "0.9.1" rand = "0.9.1"
bcrypt = "0.17.0" bcrypt = "0.17.0"
@ -35,7 +35,7 @@ sha2 = "0.10.9"
image = "0.25.6" image = "0.25.6"
uuid = { version = "1.17.0", features = ["v4"] } uuid = { version = "1.17.0", features = ["v4"] }
httpdate = "1.0.3" httpdate = "1.0.3"
zip = "2.5.0" zip = "2.6.1"
mime_guess = "2.0.5" mime_guess = "2.0.5"
tempfile = "3.20.0" tempfile = "3.20.0"
base64 = "0.22.1" base64 = "0.22.1"