From 601b499f07e0223d834bc8595a530bcdc60a8e69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 03:53:32 +0000 Subject: build(deps): bump os_info from 3.0.2 to 3.0.3 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.2 to 3.0.3. - [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.2...v3.0.3) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 456d37b3a..91a938ae1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,9 +1102,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4181c9203e70e66f39def4240a7e33f74d1d95b42c08320f9ac298c580934ab2" +checksum = "43b81dbdaffac3b1f0a97028ba368f32e3a63aa675548fc52f923e803e67961b" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index 149ab8765..82d4ae5a7 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.4.6" -os_info = "3.0.2" +os_info = "3.0.3" urlencoding = "1.1.1" open = "1.7.0" unicode-width = "0.1.8" -- cgit v1.2.3