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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user