From 4e9ceb0e0984275b0ed429464dc5854b1f9a67fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 13:36:12 -0400 Subject: [PATCH] build: bump os_info from 3.3.0 to 3.4.0 (#4017) 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 537e26b91..383b1e575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1302,9 +1302,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04304d855bb5385d4b595edf0147b8e281871766b75dd4c87b2bdf3c9e5c2d19" +checksum = "0eca3ecae1481e12c3d9379ec541b238a16f0b75c9a409942daa8ec20dbfdb62" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index 80ac94bf6..b9a686b14 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.12.0" open = "2.1.2" -os_info = "3.3.0" +os_info = "3.4.0" path-slash = "0.1.4" pest = "2.1.3" pest_derive = "2.1.0"