From 7d479d0871e6b4e2edaeff433e37f5e7c3b614fc Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 19 Feb 2023 18:25:58 -0800 Subject: deps: fix rustc 1.61 time incompat; remove some unused deps from cli --- adenosine-cli/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'adenosine-cli') diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml index 9c8c62c..1709060 100644 --- a/adenosine-cli/Cargo.toml +++ b/adenosine-cli/Cargo.toml @@ -17,17 +17,11 @@ repository = "https://gitlab.com/bnewbold/adenosine" [dependencies] adenosine = { version = "0.2.0", path = "../adenosine" } structopt = "0.3" -# NOTE: could try 'rustls-tls' feature instead of default native TLS? -reqwest = { version = "0.11", features = ["blocking", "json"] } serde = { version = "1", features = ["serde_derive"] } serde_json = "1" -base64 = "0.13" regex = "1" lazy_static = "1" dotenvy = "0.15" -data-encoding = "2" -rand = "0.8" -time = { version = "0.3", features = ["formatting"] } # uncertain about these... anyhow = "1" -- cgit v1.2.3