From 9196ffc950f7ad01ff4c7147bd432051d0f66859 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 12:19:46 -0400 Subject: [PATCH] build(deps): bump os_info from 2.0.5 to 2.0.6 (#1255) Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.5 to 2.0.6. - [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/2.0.5...v2.0.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef06228e..d34c248e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,9 +752,9 @@ dependencies = [ [[package]] name = "os_info" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae61f9dcacbe39e64641baaff75d97d61a0e7409a60dc6c7fc83691511afb3fe" +checksum = "67cc1fe7b45f7e51f755195fd86b0483dbae30fdcf831a3254438d29118d12c4" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index d06e7597..10dc9957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ pest = "^2.1" pest_derive = "^2.1" nom = "5.1.1" regex = "1.3.7" -os_info = "2.0.5" +os_info = "2.0.6" urlencoding = "1.0.0" open = "1.4.0" unicode-width = "0.1.7"