From 9b3ff0c3ef0c57e3d54d719fe21ad59b0bdd4005 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 19 May 2024 05:40:19 +0300 Subject: [PATCH] chore: Fix MSRV --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"