More dependencies updates.

This commit is contained in:
Revertron
2024-01-11 01:49:06 +01:00
parent a92799fb2d
commit 080d4f3eb2
3 changed files with 19 additions and 22 deletions
+5 -5
View File
@@ -14,7 +14,7 @@ exclude = ["blockchain.db", "alfis.toml"]
getopts = "0.2.21"
log = "0.4.17"
simplelog = "0.12.0"
toml = "0.7.2"
toml = "0.8.8"
digest = "0.10.5"
sha2 = "0.10.6"
ed25519-dalek = "2.0.0"
@@ -35,11 +35,11 @@ num-traits = "0.2.15"
chrono = { version = "0.4.20", features = ["serde"] }
time = "0.3.14"
rand = { package = "rand", version = "0.8.5" }
sqlite = "0.31.0"
sqlite = "0.32.0"
uuid = { version = "1.3.0", features = ["serde", "v4"] }
mio = { version = "0.8.9", features = ["os-poll", "net"] }
ureq = { version = "2.9", optional = true, git = "https://github.com/algesten/ureq" }
lru = "0.11.0"
lru = "0.12"
derive_more = "0.99.17"
lazy_static = "1.4.0"
spmc = "0.3.0"
@@ -52,10 +52,10 @@ open = { version = "5.0.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.13.1"
thread-priority = "0.15.1"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
thread-priority = "0.13.1"
thread-priority = "0.15.1"
[build-dependencies]
winres = "0.1.12"