From e978238d286b4333a51ce07cefa733530b1a1cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 07:24:22 +0000 Subject: [PATCH] build(deps): bump syslog from 6.0.1 to 6.1.0 Bumps [syslog](https://github.com/Geal/rust-syslog) from 6.0.1 to 6.1.0. - [Commits](https://github.com/Geal/rust-syslog/compare/6.0.1...6.1.0) --- updated-dependencies: - dependency-name: syslog 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 dd7ff68..5810aeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,9 +419,9 @@ dependencies = [ [[package]] name = "syslog" -version = "6.0.1" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978044cc68150ad5e40083c9f6a725e6fd02d7ba1bcf691ec2ff0d66c0b41acc" +checksum = "7434e95bcccce1215d30f4bf84fe8c00e8de1b9be4fb736d747ca53d36e7f96f" dependencies = [ "error-chain", "hostname", diff --git a/Cargo.toml b/Cargo.toml index 5a7e8e7..7ff2421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ regex = "1.7.3" lazy_static = "1.4.0" # logging -syslog = "^6.0.1" +syslog = "^6.1.0" log = "0.4.19" stderrlog = "0.5.3"