From 827f7477a50583308d4f8adcc5a195ddc93bb946 Mon Sep 17 00:00:00 2001 From: Revertron Date: Tue, 18 May 2021 11:31:49 +0200 Subject: [PATCH] Updated dependencies. --- Cargo.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65d859d..68ee300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alfis" -version = "0.5.7" +version = "0.5.8" authors = ["Revertron "] edition = "2018" build = "build.rs" @@ -13,49 +13,49 @@ exclude = ["blockchain.db", "alfis.toml"] [dependencies] getopts = "0.2.21" log = "0.4.14" -simplelog = "0.10" +simplelog = "0.10.0" toml = "0.5.8" digest = "0.9.0" -sha2 = "0.9.3" -ed25519-dalek = "1.0" -ecies-ed25519 = "0.5" +sha2 = "0.9.5" +ed25519-dalek = "1.0.1" +ecies-ed25519 = "0.5.1" signature = "1.3.0" blakeout = "0.3.0" num_cpus = "1.13.0" byteorder = "1.4.3" -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" -bincode = "1.3" -base64 = "0.13" -num-bigint = "0.4" +bincode = "1.3.3" +base64 = "0.13.0" +num-bigint = "0.4.0" num-traits = "0.2.14" -chrono = { version = "0.4", features = ["serde"] } -rand = "0.8.3" +chrono = { version = "0.4.19", features = ["serde"] } +rand = { version = "0.8.3", 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"] } -mio = { version = "0.7", features = ["os-poll", "net"] } -derive_more = "0.99" # for DNS from hermes +mio = { version = "0.7.11", features = ["os-poll", "net"] } +derive_more = "0.99.14" lazy_static = "1.4.0" # Optional dependencies regulated by features -web-view = { version = "0.7", features = [], optional = true } +web-view = { version = "0.7.3", features = [], optional = true } tinyfiledialogs = { version = "3.3.10", optional = true } -open = { version = "1.6.0", optional = true } +open = { version = "1.7.0", optional = true } [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3.7", features = ["impl-default", "wincon", "shellscalingapi"]} +winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] } thread-priority = "0.2.1" [target.'cfg(target_os = "linux")'.dependencies] thread-priority = "0.2.1" [build-dependencies] -winres = "0.1" +winres = "0.1.11" [dev-dependencies] serde_bytes = "0.11.5" -serde_derive = "1.0.124" +serde_derive = "1.0.126" [profile.release] opt-level = 3