1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00

build(deps): bump os_info from 3.0.0 to 3.0.1

Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.0 to 3.0.1.
- [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...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-26 05:24:03 +00:00
parent 89fc93d1f9
commit 919d367dd4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -832,9 +832,9 @@ dependencies = [
[[package]]
name = "os_info"
version = "3.0.0"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09300db72fca7d425d1f51b76b881fdcc63241fdc952b5cd013f8a6f8c01e6d5"
checksum = "a2127a5da3c69035537febc04cd07008bb643653303b213a49b036d944531207"
dependencies = [
"log",
"serde",

View File

@ -52,7 +52,7 @@ yaml-rust = "0.4"
pest = "^2.1"
pest_derive = "^2.1"
regex = "1.4.1"
os_info = "3.0.0"
os_info = "3.0.1"
urlencoding = "1.1.1"
open = "1.4.0"
unicode-width = "0.1.8"