From 1bef1da8d4ce5907c7dedee8d97d9f4a6e8ab50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 16:10:26 -0400 Subject: [PATCH] build: bump os_info from 3.0.5 to 3.0.6 (#2739) Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/stanislav-tkach/os_info/releases) - [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md) - [Commits](https://github.com/stanislav-tkach/os_info/compare/v3.0.5...v3.0.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 12d63c55..317dfa15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,9 +1104,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.0.5" +version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa6218eb01b752b12726590e9321b4ecebd4eb4f3b53b27a80fdbdcd65d7afd" +checksum = "b3d2536ab8ff7605e8dc7044ec2f3eb0d49750cb559af9e5373c4564a3706cdd" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7ca1c78e..d38d42b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ yaml-rust = "0.4.5" pest = "2.1.3" pest_derive = "2.1.0" regex = "1.5.4" -os_info = "3.0.5" +os_info = "3.0.6" urlencoding = "1.3.3" open = "1.7.0" unicode-width = "0.1.8"