From 99c33c7408cd63b4a677630a4176e86366fa0a81 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Fri, 24 Mar 2023 18:37:47 +0100 Subject: [PATCH] deps: Depends on chrono-0.4.22 for now The 0.4.23 release has deprecated some types we are relying on. --- keyr-agent/Cargo.toml | 2 +- keyr-agentstorage/Cargo.toml | 2 +- keyr-hub/Cargo.toml | 2 +- keyr-hubstorage/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keyr-agent/Cargo.toml b/keyr-agent/Cargo.toml index 480a9e5..7ce07c1 100644 --- a/keyr-agent/Cargo.toml +++ b/keyr-agent/Cargo.toml @@ -10,7 +10,7 @@ license = "GPL-3.0-or-later" [dependencies] anyhow = "1" -chrono = "0.4" +chrono = "=0.4.22" clap = "2" num-format = { version = "0.4", features = ["with-system-locale"] } reqwest = { version = "0.10", features = ["blocking", "json"] } diff --git a/keyr-agentstorage/Cargo.toml b/keyr-agentstorage/Cargo.toml index 90832a5..b3589af 100644 --- a/keyr-agentstorage/Cargo.toml +++ b/keyr-agentstorage/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" license = "GPL-3.0-or-later" [dependencies] -chrono = "0.4" +chrono = "=0.4.22" diesel = { version = "1.4", features = ["sqlite", "chrono"] } diesel_migrations = "1.4" diff --git a/keyr-hub/Cargo.toml b/keyr-hub/Cargo.toml index 8bf93db..899f2e2 100644 --- a/keyr-hub/Cargo.toml +++ b/keyr-hub/Cargo.toml @@ -20,7 +20,7 @@ futures = "*" uuid = { version = "0.8", features = [ "v4" ] } serde = "1" serde_json = "1" -chrono = "0.4" +chrono = "=0.4.22" toml = "0.5" clap = "2" diff --git a/keyr-hubstorage/Cargo.toml b/keyr-hubstorage/Cargo.toml index 9219ba2..e75388c 100644 --- a/keyr-hubstorage/Cargo.toml +++ b/keyr-hubstorage/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" license = "GPL-3.0-or-later" [dependencies] -chrono = "0.4" +chrono = "=0.4.22" diesel = { version = "1.4", features = ["postgres", "chrono"] } diesel_migrations = "1.4" thiserror = "1.0" -- 2.45.2