Updated dependencies, incremented version number.
This commit is contained in:
+7
-7
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "alfis"
|
||||
version = "0.6.9"
|
||||
version = "0.6.10"
|
||||
authors = ["Revertron <alfis@revertron.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
readme = "README.md"
|
||||
homepage = "https://alfis.name"
|
||||
@@ -17,10 +17,10 @@ simplelog = "0.10.2"
|
||||
toml = "0.5.8"
|
||||
digest = "0.9.0"
|
||||
sha2 = "0.9.8"
|
||||
ed25519-dalek = "1.0.1"
|
||||
x25519-dalek = "1.1.1"
|
||||
ecies-ed25519 = "0.5.1"
|
||||
chacha20poly1305 = "0.9.0"
|
||||
ed25519-dalek = "1.0"
|
||||
x25519-dalek = "1.2"
|
||||
ecies-ed25519 = "0.5"
|
||||
chacha20poly1305 = "0.9"
|
||||
signature = "1.3.1"
|
||||
blakeout = "0.3.0"
|
||||
num_cpus = "1.13.0"
|
||||
@@ -37,7 +37,7 @@ rand = { version = "0.8.4", 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.13", features = ["os-poll", "net"] }
|
||||
mio = { version = "0.7.14", features = ["os-poll", "net"] }
|
||||
ureq = { version = "2.2", optional = true }
|
||||
lru = "0.7"
|
||||
derive_more = "0.99.16"
|
||||
|
||||
Reference in New Issue
Block a user