From 2fa928cccab9a58a727b17161d7f3d531fd28fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 11:42:11 +0000 Subject: [PATCH] build(deps): bump systemd from 0.8.1 to 0.8.2 Bumps [systemd](https://github.com/jmesmon/rust-systemd) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/jmesmon/rust-systemd/releases) - [Commits](https://github.com/jmesmon/rust-systemd/compare/systemd-0.8.1...systemd-0.8.2) 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 bc6e9ef7..f7ebbc06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1348,9 +1348,9 @@ dependencies = [ [[package]] name = "systemd" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2543596c055336b02064936256d572f2893c8be356c8cd8414337f7df3d8cdd0" +checksum = "f722cabda922e471742300045f56dbaa53fafbb4520fca304e51258019bfe91d" dependencies = [ "cstr-argument", "foreign-types", diff --git a/Cargo.toml b/Cargo.toml index df643e5d..81fa539c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rayon = "1.5.0" c_utf8 = "0.1.0" rand = "0.7.3" phf = { version = "0.8", features = ["macros"] } -systemd = "0.8.1" +systemd = "0.8.2" indicatif = "0.15.0" lazy_static = "1.4.0" envsubst = "0.2.0"