From e8f99f957d12f7b38658557f69e0015c07efe966 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 04:26:16 +0000 Subject: [PATCH] Update simplelog requirement from 0.9 to 0.10 Updates the requirements on [simplelog](https://github.com/drakulix/simplelog.rs) to permit the latest version. - [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.0) Signed-off-by: dependabot-preview[bot] --- opensmtpd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensmtpd/Cargo.toml b/opensmtpd/Cargo.toml index bb994ce..ade22e4 100644 --- a/opensmtpd/Cargo.toml +++ b/opensmtpd/Cargo.toml @@ -18,7 +18,7 @@ opensmtpd_derive = { version = "0.4", path = "../opensmtpd-derive" } pretty-hex = "0.2" [dev-dependencies] -simplelog = "0.9" +simplelog = "0.10" [[example]] name = "counter"