From 5cc283f5795c955c060a8856753cce44658d90e0 Mon Sep 17 00:00:00 2001 From: Mariusz Bialonczyk Date: Mon, 10 Jan 2022 13:25:41 +0100 Subject: [PATCH] Update paris crate and bump version Always use newest paris 1.5.x version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab5b88d2..66487aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simplelog" -version = "0.11.1" +version = "0.11.2" edition = "2018" authors = ["Drakulix "] description = "A simple and easy-to-use logging facility for Rust's log crate" @@ -25,6 +25,6 @@ default = ["termcolor"] [dependencies] log = { version = "0.4.*", features = ["std"] } termcolor = { version = "1.1.*", optional = true } -paris = { version = "1.5.8", optional = true } +paris = { version = "~1.5", optional = true } ansi_term = { version = "0.12", optional = true } chrono = "0.4.1"