Fixed UI for TXT records, updated all dependencies, made better connectivity, added log info to network thread.
This commit is contained in:
+27
-27
@@ -12,50 +12,50 @@ exclude = ["blockchain.db", "alfis.toml"]
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.21"
|
||||
log = "0.4.17"
|
||||
simplelog = "0.12.0"
|
||||
toml = "0.8.8"
|
||||
digest = "0.10.5"
|
||||
sha2 = "0.10.6"
|
||||
ed25519-dalek = "2.0.0"
|
||||
x25519-dalek = { version = "2.0.0", features = ["reusable_secrets"] }
|
||||
ecies-ed25519-ng = { git = "https://github.com/Revertron/ecies-ed25519-ng", rev = "577c4f2", version = "0.5.2" }
|
||||
log = "0.4.22"
|
||||
simplelog = "0.12.2"
|
||||
toml = "0.8.14"
|
||||
digest = "0.10.7"
|
||||
sha2 = "0.10.8"
|
||||
ed25519-dalek = "2.1.1"
|
||||
x25519-dalek = { version = "2.0.1", features = ["reusable_secrets"] }
|
||||
ecies-ed25519-ng = { git = "https://github.com/Revertron/ecies-ed25519-ng", rev = "554ca29", version = "0.5.3" }
|
||||
chacha20poly1305 = "0.10.1"
|
||||
signature = "2.0.0"
|
||||
signature = "2.2.0"
|
||||
blakeout = "0.3.0"
|
||||
num_cpus = "1.13.1"
|
||||
byteorder = "1.4.3"
|
||||
serde = { version = "1.0.144", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
num_cpus = "1.16.0"
|
||||
byteorder = "1.5.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
bincode = "1.3.3"
|
||||
serde_cbor = "0.11.2"
|
||||
base64 = "0.21.0"
|
||||
num-bigint = "0.4.3"
|
||||
num-traits = "0.2.15"
|
||||
chrono = { version = "0.4.20", features = ["serde"] }
|
||||
time = "0.3.14"
|
||||
base64 = "0.22.1"
|
||||
num-bigint = "0.4.6"
|
||||
num-traits = "0.2.19"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
time = "0.3.36"
|
||||
rand = { package = "rand", version = "0.8.5" }
|
||||
sqlite = "0.32.0"
|
||||
uuid = { version = "1.3.0", features = ["serde", "v4"] }
|
||||
mio = { version = "0.8.11", features = ["os-poll", "net"] }
|
||||
sqlite = "0.36.0"
|
||||
uuid = { version = "1.7.0", features = ["serde", "v4"] }
|
||||
mio = { version = "1.0.0", features = ["os-poll", "net"] }
|
||||
ureq = { version = "2.9", optional = true, git = "https://github.com/algesten/ureq" }
|
||||
lru = "0.12"
|
||||
derive_more = "0.99.17"
|
||||
lazy_static = "1.4.0"
|
||||
derive_more = "0.99.18"
|
||||
lazy_static = "1.5.0"
|
||||
spmc = "0.3.0"
|
||||
|
||||
# Optional dependencies regulated by features
|
||||
web-view = { git = "https://github.com/Boscop/web-view", features = [], optional = true }
|
||||
tinyfiledialogs = { version = "3.9.1", optional = true }
|
||||
open = { version = "5.0.0", optional = true }
|
||||
open = { version = "5.2.0", optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
|
||||
windows-service = "0.6.0"
|
||||
thread-priority = "0.15.1"
|
||||
windows-service = "0.7.0"
|
||||
thread-priority = "1.1.0"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
||||
thread-priority = "0.15.1"
|
||||
thread-priority = "1.1.0"
|
||||
|
||||
[build-dependencies]
|
||||
winres = "0.1.12"
|
||||
|
||||
Reference in New Issue
Block a user