From 70f934a6ad2e763870480c25b4d49c6f5c307566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 20:44:51 +0000 Subject: [PATCH] build(deps): bump system-deps from 3.1.0 to 3.1.1 Bumps [system-deps](https://github.com/gdesmott/system-deps) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/gdesmott/system-deps/releases) - [Commits](https://github.com/gdesmott/system-deps/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b60daa39..dd13a45d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,7 +677,7 @@ dependencies = [ "cxx", "cxx-build", "glib", - "system-deps 3.1.0", + "system-deps 3.1.1", ] [[package]] @@ -1276,7 +1276,7 @@ dependencies = [ "serde_yaml", "structopt", "subprocess", - "system-deps 3.1.0", + "system-deps 3.1.1", "systemd", "tempfile", ] @@ -1495,9 +1495,9 @@ dependencies = [ [[package]] name = "system-deps" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fbb68eac6404c4c357c4a9a0d6395b82c753815d4bc0c4e3114a97b035c6459" +checksum = "c248107ad7bc1ac07066a4d003cae9e9a7bc2e27d3418f7a9cdcdc8699dbea70" dependencies = [ "anyhow", "cfg-expr",