Fixed ban mechanism, updated dependencies.

This commit is contained in:
Revertron
2022-06-09 16:57:48 +02:00
parent 47fbe44396
commit f9fb935264
4 changed files with 15 additions and 14 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.7.3"
version = "0.7.4"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2021"
build = "build.rs"
@@ -37,17 +37,17 @@ time = "0.3.9"
rand = { version = "0.8.5", package = "rand" }
rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0"
uuid = { version = "1.0.0", features = ["serde", "v4"] }
uuid = { version = "1.1.1", features = ["serde", "v4"] }
mio = { version = "0.8.3", features = ["os-poll", "net"] }
ureq = { version = "2.4", optional = true }
lru = "0.7.5"
lru = "0.7.6"
derive_more = "0.99.17"
lazy_static = "1.4.0"
# Optional dependencies regulated by features
web-view = { version = "0.7.3", features = [], optional = true }
tinyfiledialogs = { version = "3.9.1", optional = true }
open = { version = "2.1.2", optional = true }
open = { version = "2.1.3", optional = true }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }