1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 19:10:47 +00:00

build(deps): bump os_info from 2.0.7 to 2.0.8

Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/darkeld3r/os_info/releases)
- [Changelog](https://github.com/DarkEld3r/os_info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/darkeld3r/os_info/compare/v2.0.7...v2.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-10 05:56:44 +00:00
parent 996e7ddeb5
commit b79830e97b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -737,9 +737,9 @@ dependencies = [
[[package]]
name = "os_info"
version = "2.0.7"
version = "2.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0b045a2b6649afa9234ff4f40f84b2ea6e9bdc1a370ad9c03830c597b435953"
checksum = "d2cc1b4330bb29087e791ae2a5cf56be64fb8946a4ff5aec2ba11c6ca51f5d60"
dependencies = [
"log",
"serde",

View File

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