diff --git a/Cargo.toml b/Cargo.toml index dd39c15..2002b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Awiteb "] readme = "README.md" description = "A local CLI vaults manager. For human and machine use" repository = "https://git.4rs.nl/awiteb/lprs" -rust-version = "1.74.0" +rust-version = "1.74.1" keywords = ["password", "vault", "manager", "CLI"] categories = ["command-line-utilities"] @@ -36,7 +36,6 @@ base32 = "0.4.0" [features] default = ["update-notify"] update-notify = ["reqwest/blocking"] -reqwest = ["dep:reqwest"] [lints.rust] unsafe_code = "forbid"