mirror of
https://github.com/beerpiss/saekawa.git
synced 2024-11-13 18:20:51 +01:00
bump to 0.3.2
This commit is contained in:
parent
cae70b031d
commit
2b74f751a1
16
Cargo.toml
16
Cargo.toml
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "saekawa"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["beerpsi <lacvtg.a1.2023@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "0BSD"
|
||||
@ -24,19 +24,19 @@ chrono = "0.4.31"
|
||||
confy = "0.5.1"
|
||||
crc32fast = "1.3.2"
|
||||
env_logger = "0.10.1"
|
||||
faster-hex = "0.8.1"
|
||||
faster-hex = "0.9.0"
|
||||
flate2 = "1.0.28"
|
||||
hex-literal = "0.4.1"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4.20"
|
||||
num_enum = "0.7.1"
|
||||
pbkdf2 = "0.12.2"
|
||||
retour = { version = "0.3.1", features = ["static-detour"] }
|
||||
serde = { version = "1.0.192", features = ["derive"] }
|
||||
serde-aux = "4.2.0"
|
||||
retour = { version = "0.4.0-alpha.2", features = ["static-detour"] }
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
serde-aux = "4.3.1"
|
||||
serde_json = "1.0.108"
|
||||
sha1 = "0.10.6"
|
||||
ureq = { version = "2.8.0", features = ["json"] }
|
||||
url = "2.4.1"
|
||||
ureq = { version = "2.9.1", features = ["json"] }
|
||||
url = "2.5.0"
|
||||
widestring = "1.0.2"
|
||||
winapi = { version = "0.3.9", features = ["winhttp", "minwindef", "debugapi", "synchapi"] }
|
||||
winapi = { version = "0.3.9", features = ["winhttp", "minwindef", "debugapi", "synchapi", "libloaderapi", "processthreadsapi"] }
|
||||
|
Loading…
Reference in New Issue
Block a user