Automated commit: v0.21.4

This commit is contained in:
IQuant 2024-08-23 12:51:53 +03:00
parent 86e21ad271
commit 06dd6a71c4
5 changed files with 68 additions and 26 deletions

View file

@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "noita-proxy"
description = "Noita Entangled Worlds companion app."
version = "0.21.3"
version = "0.21.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -33,7 +33,7 @@ reqwest = { version = "0.12.4", features = ["blocking", "json", "http2", "rustls
serde_json = "1.0.117"
thiserror = "1.0.61"
poll-promise = "0.3.0"
zip = "2.1.4"
zip = "2.2.0"
self-replace = "1.3.7"
bytemuck = { version = "1.16.0", features = ["derive"] }
bincode = "1.3.3"