Updated dependencies.

This commit is contained in:
Revertron
2026-04-04 16:24:21 +02:00
parent d86fb6916f
commit ef573436d9
2 changed files with 464 additions and 442 deletions
Generated
+460 -438
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -15,7 +15,7 @@ getopts = "0.2.24"
log = "0.4.28" log = "0.4.28"
simplelog = "0.12.2" simplelog = "0.12.2"
toml = "1.0.7" toml = "1.0.7"
sha2 = "0.10.9" sha2 = "0.11.0"
ed25519-dalek = "2.2.0" ed25519-dalek = "2.2.0"
x25519-dalek = { version = "2.0.1", features = ["reusable_secrets"] } x25519-dalek = { version = "2.0.1", features = ["reusable_secrets"] }
ecies-ed25519-ng = { git = "https://github.com/Revertron/ecies-ed25519-ng", rev = "554ca29", version = "0.5.3" } ecies-ed25519-ng = { git = "https://github.com/Revertron/ecies-ed25519-ng", rev = "554ca29", version = "0.5.3" }
@@ -43,9 +43,9 @@ thread-priority = "3.0.0"
crossbeam-channel = "0.5.13" crossbeam-channel = "0.5.13"
# Optional dependencies regulated by features # Optional dependencies regulated by features
wry = { version = "0.53", optional = true } wry = { version = "0.55.0", optional = true }
tao = { version = "0.34", optional = true } tao = { version = "0.35.0", optional = true }
tray-icon = { version = "0.21.2", optional = true } tray-icon = { version = "0.22.0", optional = true }
tinyfiledialogs = { version = "3.9.1", optional = true } tinyfiledialogs = { version = "3.9.1", optional = true }
open = { version = "5.3.0", optional = true } open = { version = "5.3.0", optional = true }