From de24edb8bf68294a92f7f9f9dcb63a914dc8939f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:28:42 +0100 Subject: [PATCH] build: bump os_info from 3.1.0 to 3.2.0 (#3576) Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.1.0 to 3.2.0. - [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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-minor ... 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 2ed3e110..7775b23c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,9 +1099,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "198e392be7e882f0c2836f425e430f81d9a0e99651e4646311347417cddbfd43" +checksum = "023df84d545ef479cf67fd2f4459a613585c9db4852c2fad12ab70587859d340" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index cfd071f8..b25c54f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ log = { version = "0.4.14", features = ["std"] } notify-rust = "4.5.6" once_cell = "1.9.0" open = "2.0.2" -os_info = "3.1.0" +os_info = "3.2.0" path-slash = "0.1.4" pest = "2.1.3" pest_derive = "2.1.0"