summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-14 03:09:07 -0400
committerGitHub <noreply@github.com>2021-05-14 03:09:07 -0400
commit55b72306e8b3e939e49a0c183f085fb32dc78f74 (patch)
tree82331c76cb0fd8aa08021d1e85c852ede90e6d5d /Cargo.toml
parent902f0a0b124780f36b63b6a90b3f182c28d4b124 (diff)
build: bump os_info from 3.0.4 to 3.0.5 (#2722)
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.4 to 3.0.5. - [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.4...v3.0.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9089cfe75..df5d14dfa 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.5.4"
-os_info = "3.0.4"
+os_info = "3.0.5"
urlencoding = "1.3.1"
open = "1.7.0"
unicode-width = "0.1.8"