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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-25 12:19:46 -04:00 committed by GitHub
parent e3a2a5d748
commit 9196ffc950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"