Updated dependencies and incremented version.

This commit is contained in:
Revertron
2022-07-25 12:01:37 +02:00
parent c8f68cb857
commit 492bb4e16d
2 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.7.6"
version = "0.7.7"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2021"
build = "build.rs"
@@ -25,7 +25,7 @@ signature = "1.5"
blakeout = "0.3.0"
num_cpus = "1.13.1"
byteorder = "1.4.3"
serde = { version = "1.0.138", features = ["derive"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
bincode = "1.3.3"
serde_cbor = "0.11.2"
@@ -40,14 +40,14 @@ sqlite = "0.26.0"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
mio = { version = "0.8.4", features = ["os-poll", "net"] }
ureq = { version = "2.5", optional = true }
lru = "0.7.7"
lru = "0.7.8"
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 = "3.0.1", optional = true }
open = { version = "3.0.2", optional = true }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }