From a913d1d0f48a0d1c8e82c196d1075ed60134881c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 11:09:44 +0200 Subject: [PATCH] build(deps): bump os_info from 2.0.4 to 2.0.5 (#1197) Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.4 to 2.0.5. - [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.4...2.0.5) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11172876c..8f6e3c1f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -669,7 +669,7 @@ dependencies = [ [[package]] name = "os_info" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1009,7 +1009,7 @@ dependencies = [ "nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "open 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "os_info 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "os_info 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "path-slash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "pest 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1346,7 +1346,7 @@ dependencies = [ "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" "checksum openssl-src 111.9.0+1.1.1g (registry+https://github.com/rust-lang/crates.io-index)" = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4" "checksum openssl-sys 0.9.55 (registry+https://github.com/rust-lang/crates.io-index)" = "7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8" -"checksum os_info 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cba74c2025096af569ed5daa54051fc97770f406b13491694616e4e45999739c" +"checksum os_info 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ae61f9dcacbe39e64641baaff75d97d61a0e7409a60dc6c7fc83691511afb3fe" "checksum path-slash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0858af4d9136275541f4eac7be1af70add84cf356d901799b065ac1b8ff6e2f" "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" "checksum pest 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" diff --git a/Cargo.toml b/Cargo.toml index fc123d881..258c75b0c 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.4" +os_info = "2.0.5" urlencoding = "1.0.0" open = "1.4.0" unicode-width = "0.1.7"