fix: remove optional

This commit is contained in:
shimun 2022-12-24 17:00:40 +01:00
parent 1b8b304ebc
commit 7e68e68e0f
Signed by: shimun
GPG Key ID: E0420647856EA39E

View File

@ -13,7 +13,7 @@ axum-extra = { version = "0.4.1", features = ["typed-routing"] }
chrono = "0.4.23" chrono = "0.4.23"
clap = { version = "4.0.29", features = ["env", "derive"] } clap = { version = "4.0.29", features = ["env", "derive"] }
rand = "0.8.5" rand = "0.8.5"
reqwest = { version = "0.11.13", optional = true } reqwest = { version = "0.11.13" }
serde = { version = "1.0.148", features = ["derive"] } serde = { version = "1.0.148", features = ["derive"] }
ssh-key = { version = "0.5.1", features = ["ed25519", "p256", "p384", "rsa", "signature"] } ssh-key = { version = "0.5.1", features = ["ed25519", "p256", "p384", "rsa", "signature"] }
thiserror = "1.0.37" thiserror = "1.0.37"