Updated dependencies.

This commit is contained in:
Revertron
2022-02-16 21:28:30 +01:00
parent 5cf8fb17f6
commit eec8a2d0a6
4 changed files with 40 additions and 52 deletions
+8 -8
View File
@@ -13,9 +13,9 @@ exclude = ["blockchain.db", "alfis.toml"]
[dependencies]
getopts = "0.2.21"
log = "0.4.14"
simplelog = "0.11.1"
simplelog = "0.11.2"
toml = "0.5.8"
digest = "0.10.1"
digest = "0.10.2"
sha2 = "0.10.1"
ed25519-dalek = "1.0"
x25519-dalek = "1.2"
@@ -25,15 +25,15 @@ signature = "1.5"
blakeout = "0.3.0"
num_cpus = "1.13.1"
byteorder = "1.4.3"
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.74"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
bincode = "1.3.3"
serde_cbor = "0.11.2"
base64 = "0.13.0"
num-bigint = "0.4.3"
num-traits = "0.2.14"
chrono = { version = "0.4.19", features = ["serde"] }
rand = { version = "0.8.4", package = "rand" }
rand = { version = "0.8.5", package = "rand" }
rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
@@ -46,14 +46,14 @@ lazy_static = "1.4.0"
# Optional dependencies regulated by features
web-view = { version = "0.7.3", features = [], optional = true }
tinyfiledialogs = { version = "3.9", optional = true }
open = { version = "2.0.2", optional = true }
open = { version = "2.0.3", optional = true }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
thread-priority = "0.4.1"
thread-priority = "0.7.0"
[target.'cfg(target_os = "linux")'.dependencies]
thread-priority = "0.4.1"
thread-priority = "0.7.0"
[build-dependencies]
winres = "0.1.12"