From 7a74dba54291a8131d05ac300cf47626f7753e9e Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Fri, 16 Dec 2022 11:00:11 +0100 Subject: [PATCH] chore: versions --- api/Cargo.toml | 4 ++-- core/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 201451b..dd35d21 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -20,8 +20,8 @@ serde_json = { version = "^1.0" } chrono = "^0.4" # logging -log = "0.4" -fern = "0.6" +log = "^0.4" +fern = "^0.6" portfolio-entity = { path = "../entity" } portfolio-migration = { path = "../migration" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 94ae6e3..be3962a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -41,8 +41,8 @@ secrecy = { version = "^0.8" } base64 = "^0.13" # logging -log = "0.4" -fern = "0.6" +log = "^0.4" +fern = "^0.6" [dependencies.sea-orm] version = "^0.10"