From 632471a526539c7854bc53154acfbf830c0e8158 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 14 Aug 2022 00:46:38 +0800 Subject: [PATCH] Update chrono version --- Cargo.toml | 2 +- sea-orm-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f27c1e20..60a60907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ path = "src/lib.rs" [dependencies] async-stream = { version = "^0.3" } async-trait = { version = "^0.1" } -chrono = { version = "^0", default-features = false, features = ["clock"], optional = true } +chrono = { version = "^0.4.20", default-features = false, features = ["clock"], optional = true } time = { version = "^0.3", optional = true } futures = { version = "^0.3" } futures-util = { version = "^0.3" } diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index e5c6ad76..45633a4d 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -39,7 +39,7 @@ sqlx = { version = "^0.6", default-features = false, features = [ "mysql", "post tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing = { version = "0.1" } url = "^2.2" -chrono = { version = "^0", default-features = false, features = ["clock"] } +chrono = { version = "^0.4.20", default-features = false, features = ["clock"] } regex = "1" [dev-dependencies]