summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-28 18:50:52 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-28 19:07:37 +0000
commitf59e85f5378e980bf646cca837cdc723eef1e969 (patch)
treea21b511fbde6f0a073b1d3e23e56e3544409fd7e
parent67e0eb0e9a5a87aa12d7fec315aed72aa31c2b61 (diff)
build(deps): bump os_info from 3.0.3 to 3.0.4
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.3 to 3.0.4. - [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.3...v3.0.4) 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 91a938ae1..c81c6dd92 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1102,9 +1102,9 @@ dependencies = [
[[package]]
name = "os_info"
-version = "3.0.3"
+version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43b81dbdaffac3b1f0a97028ba368f32e3a63aa675548fc52f923e803e67961b"
+checksum = "afaa687e89d04fcd3573987b14965578e54434a120c9477500e24b95b6fe79ee"
dependencies = [
"log",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index 82d4ae5a7..4e70156e7 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.3"
+os_info = "3.0.4"
urlencoding = "1.1.1"
open = "1.7.0"
unicode-width = "0.1.8"