switch to keyring-manager

This commit is contained in:
John Smith
2022-01-09 12:37:25 -05:00
parent 170f5ec707
commit 5122fd8ebd
6 changed files with 10 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ async-std = { version = "^1", features = ["unstable"] }
async-tungstenite = { version = "^0", features = ["async-std-runtime", "async-tls"] }
maplit = "^1"
config = { version = "^0", features = ["yaml"] }
keyring = { path = "../external/keyring-rs" }
keyring-manager = { path = "../external/keyring-manager" }
lru = "^0"
async-tls = "^0.11"
webpki = "^0"

View File

@@ -1,7 +1,7 @@
use crate::xx::*;
use crate::*;
use data_encoding::BASE64URL_NOPAD;
use keyring::*;
use keyring_manager::*;
use std::path::Path;
use std::result::Result;