Some network refactoring, updated dependencies.

This commit is contained in:
Revertron
2022-01-02 15:10:33 +01:00
parent 0f73741433
commit 6ce092f184
4 changed files with 277 additions and 234 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ ecies-ed25519 = "0.5"
chacha20poly1305 = "0.9"
signature = "1.3.1"
blakeout = "0.3.0"
num_cpus = "1.13.0"
num_cpus = "1.13.1"
byteorder = "1.4.3"
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.73"
@@ -38,7 +38,7 @@ 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.8.0", features = ["os-poll", "net"] }
ureq = { version = "2.3.1", optional = true }
ureq = { version = "2.4", optional = true }
lru = "0.7.1"
derive_more = "0.99.17"
lazy_static = "1.4.0"