summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-06 05:21:37 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-06 05:30:59 +0000
commita2cdc912e75852db6e45cd01f126a636937edcd9 (patch)
treee92931d8802210066af23945fe68e59a79e732a2
parent85dc3660b1300436f64d0816bde0508eeac8098b (diff)
build(deps): bump os_info from 3.0.1 to 3.0.2
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9a78bfd27..ae11efb0f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1049,9 +1049,9 @@ dependencies = [
[[package]]
name = "os_info"
-version = "3.0.1"
+version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a2127a5da3c69035537febc04cd07008bb643653303b213a49b036d944531207"
+checksum = "4181c9203e70e66f39def4240a7e33f74d1d95b42c08320f9ac298c580934ab2"
dependencies = [
"log",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index ee9cf3a33..1b4cc19d2 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.5"
-os_info = "3.0.1"
+os_info = "3.0.2"
urlencoding = "1.1.1"
open = "1.6.0"
unicode-width = "0.1.8"