More dependency updates.

This commit is contained in:
Revertron
2022-09-05 20:22:28 +02:00
parent 609cbcf819
commit a36860e46c
2 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -16,12 +16,12 @@ log = "0.4.17"
simplelog = "0.12.0"
toml = "0.5.9"
digest = "0.10.2"
sha2 = "0.10.2"
sha2 = "0.10.5"
ed25519-dalek = "1.0"
x25519-dalek = "1.2"
ecies-ed25519 = "0.5"
chacha20poly1305 = "0.9.1"
signature = "1.5"
signature = "1.6"
blakeout = "0.3.0"
num_cpus = "1.13.1"
byteorder = "1.4.3"
@@ -33,7 +33,7 @@ base64 = "0.13.0"
num-bigint = "0.4.3"
num-traits = "0.2.15"
chrono = { version = "0.4.20", features = ["serde"] }
time = "0.3.11"
time = "0.3.14"
rand = { version = "0.8.5", package = "rand" }
rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0"
@@ -51,10 +51,10 @@ open = { version = "3.0.2", optional = true }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
thread-priority = "0.8.2"
thread-priority = "0.9.2"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
thread-priority = "0.8.2"
thread-priority = "0.9.2"
[build-dependencies]
winres = "0.1.12"