aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2023-02-19 18:25:58 -0800
committerbryan newbold <bnewbold@robocracy.org>2023-02-19 18:25:58 -0800
commit7d479d0871e6b4e2edaeff433e37f5e7c3b614fc (patch)
tree2cbc022efe268cfd9ff4afc1ecbe0796e9d293d8 /adenosine
parent69f6a2a84a1be53941415440ce54e5908c030249 (diff)
downloadadenosine-7d479d0871e6b4e2edaeff433e37f5e7c3b614fc.tar.gz
adenosine-7d479d0871e6b4e2edaeff433e37f5e7c3b614fc.zip
deps: fix rustc 1.61 time incompat; remove some unused deps from clicommon-crate
Diffstat (limited to 'adenosine')
-rw-r--r--adenosine/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine/Cargo.toml b/adenosine/Cargo.toml
index f4705ae..f9db438 100644
--- a/adenosine/Cargo.toml
+++ b/adenosine/Cargo.toml
@@ -32,7 +32,7 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
sha256 = "1"
-time = { version = "0.3", features = ["formatting"] }
+time = { version = "=0.3.17", features = ["formatting"] }
tokio = { version = "1", features = ["full"] }
# crypto/auth stuff