From 7b39bd7606f6dcd155823d2ac606e0470f5c87ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:40:06 +0000 Subject: [PATCH] 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-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39275cc..3318b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2280,9 +2280,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 0.5.0",