From dbdd8a78951f8a44630abcceb7b13d0d823ee074 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 May 2020 04:07:03 -0400 Subject: allow storing password databases from different servers this should allow easy switching of servers by just `rbw config set base_url` --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 574145b..afecb28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1031,6 +1031,7 @@ dependencies = [ "log", "nix", "openssl", + "percent-encoding", "rand", "region", "reqwest", -- cgit v1.2.3