Update dependencies to latest version

This also fixes a build failure which would otherwise happen due to the
time crate.

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
2025-01-09 20:21:34 +01:00
parent 922ea1f030
commit aff46b6bfb
3 changed files with 129 additions and 56 deletions

View File

@@ -29,12 +29,12 @@ pico-args = "0.5.0"
pretty_env_logger = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.21"
time = { version = "0.3.1", features = ["local-offset", "formatting"] }
tls-parser = "0.11"
time = { version = "0.3.37", features = ["local-offset", "formatting"] }
tls-parser = "0.12.2"
tokio = { version = "1.0", features = ["full"] }
url = "2.2.2"
[dependencies.self_update]
version = "0.40.0"
version = "0.42.0"
default-features = false
features = ["rustls"]