From eef9e5164e5bfc97464da6ac866bd80320fc5a7a Mon Sep 17 00:00:00 2001 From: Vecna Date: Sat, 27 Apr 2024 13:18:15 -0400 Subject: [PATCH] Upgrade time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6267c5c..e03ae01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ sha1 = "0.10" sha3 = "0.10" sled = "0.34.7" statrs = "0.16" -time = "0.3.30" +time = "0.3.36" tokio = { version = "1", features = ["full"] } tokio-cron = "0.1.2" x25519-dalek = { version = "2", features = ["serde", "static_secrets"] }