Upgrade Cargo.toml

- Upgrade Cargo.toml and Cargo.lock
This commit is contained in:
Malte Meiboom
2026-05-27 10:54:12 +02:00
parent 516d745f00
commit a007a296ff
2 changed files with 517 additions and 404 deletions
Generated
+512 -399
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -16,15 +16,15 @@ anyhow = "1.0.100"
bytes = "1.11.1"
clap = { version = "4", features = ["derive"] }
indymilter = "0.3.0"
log = "0.4.27"
log = "0.4.30"
log4rs = "1.3.0"
sequoia-cert-store = "0.7.1"
sequoia-cert-store = "0.7.3"
sequoia-directories = "0.1.0"
sequoia-net = "0.30.0"
sequoia-openpgp = "2.1.0"
sequoia-net = "0.30.1"
sequoia-openpgp = "2.3.0"
sequoia-wot = "0.15.0"
serde = "1.0.228"
serde_derive = "1.0.228"
thiserror = "2.0.17"
tokio = { version = "1.47.1", features = [ "tokio-macros", "rt-multi-thread", "signal" ] }
tokio = { version = "1.52.3", features = [ "tokio-macros", "rt-multi-thread", "signal" ] }
toml = "0.9.8"