From b79830e97b3b1b34f922b0a72e0bb8842304ef77 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 05:56:44 +0000 Subject: [PATCH] build(deps): bump os_info from 2.0.7 to 2.0.8 Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/darkeld3r/os_info/releases) - [Changelog](https://github.com/DarkEld3r/os_info/blob/master/CHANGELOG.md) - [Commits](https://github.com/darkeld3r/os_info/compare/v2.0.7...v2.0.8) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86f00fbc0..b9f081668 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -737,9 +737,9 @@ dependencies = [ [[package]] name = "os_info" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0b045a2b6649afa9234ff4f40f84b2ea6e9bdc1a370ad9c03830c597b435953" +checksum = "d2cc1b4330bb29087e791ae2a5cf56be64fb8946a4ff5aec2ba11c6ca51f5d60" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index e2555deb2..26b2a2286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ yaml-rust = "0.4" pest = "^2.1" pest_derive = "^2.1" regex = "1.3.9" -os_info = "2.0.7" +os_info = "2.0.8" urlencoding = "1.1.1" open = "1.4.0" unicode-width = "0.1.8"