This commit is contained in:
renovate[bot] 2024-05-05 08:57:37 +00:00 committed by GitHub
commit 250b551f70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 495 additions and 76 deletions

569
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@ serde = "1.0.152"
serde_json = "1.0.91"
flate2 = { version = "1.0.25", features = ["rust_backend"], default-features = false }
zip = { version = "0.6.3", features = ["deflate"], default-features = false }
image = "0.24.5"
image = "0.25.0"
getrandom = { version = "0.2.8", features = ["js"] }
rand = "0.8.5"
rand_pcg = "0.3.1"