From 7b23f6428d480a4fdfb995f41e845feaba102ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:06:52 +0000 Subject: [PATCH] Bump simplelog from 0.9.0 to 0.10.1 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.9.0 to 0.10.1. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b1e3a6..9d5a98a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,9 +668,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720" +checksum = "f5fe01ad0fb8e4b28a3263591d0f09eb8d9e81b93520f8266c7fa241f847148e" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index 3ee9297..cf41690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ futures = "0.3" log = { version = "0.4" } #, features = ["max_level_trace", "release_max_level_debug"] } sha-1 = "0.9" -simplelog = "0.9.0" +simplelog = "0.10.1" uuid = { version = "0.8", features = ["v4"] } tokio = { version = "1.9", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7"