diff options
author | bryan newbold <bnewbold@robocracy.org> | 2023-02-19 18:25:58 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2023-02-19 18:25:58 -0800 |
commit | 7d479d0871e6b4e2edaeff433e37f5e7c3b614fc (patch) | |
tree | 2cbc022efe268cfd9ff4afc1ecbe0796e9d293d8 /adenosine-cli | |
parent | 69f6a2a84a1be53941415440ce54e5908c030249 (diff) | |
download | adenosine-common-crate.tar.gz adenosine-common-crate.zip |
deps: fix rustc 1.61 time incompat; remove some unused deps from clicommon-crate
Diffstat (limited to 'adenosine-cli')
-rw-r--r-- | adenosine-cli/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
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" |