From 80f173e96c9b0706a1e1b738d4e2784f0f8bcfe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 00:05:54 +0200 Subject: [PATCH] build: bump os_info from 3.2.0 to 3.3.0 (#3956) Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.2.0 to 3.3.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.2.0...v3.3.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 5edeae16..0bd808a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1243,9 +1243,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "023df84d545ef479cf67fd2f4459a613585c9db4852c2fad12ab70587859d340" +checksum = "04304d855bb5385d4b595edf0147b8e281871766b75dd4c87b2bdf3c9e5c2d19" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index f99a6061..ce579da9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ log = { version = "0.4.16", features = ["std"] } notify-rust = { version = "4.5.8", optional = true } once_cell = "1.10.0" open = "2.1.2" -os_info = "3.2.0" +os_info = "3.3.0" path-slash = "0.1.4" pest = "2.1.3" pest_derive = "2.1.0"