From ba74d72b3516fefe66a19124b02ca6523f2f4f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:03:48 +0200 Subject: [PATCH] build: bump os_info from 3.5.0 to 3.5.1 (#4385) Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.5.0 to 3.5.1. - [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.5.0...v3.5.1) --- updated-dependencies: - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 7776a7c4d..a2a163a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1889,9 +1889,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399" +checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index fb24aa551..20155cfb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ notify-rust = { version = "4.5.8", optional = true } nu-ansi-term = "0.46.0" once_cell = "1.14.0" open = "3.0.2" -os_info = "3.5.0" +os_info = "3.5.1" path-slash = "0.2.1" pest = "2.3.1" pest_derive = "2.3.1"