1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-12 13:22:20 +00:00

build(deps): bump os_info from 2.0.6 to 2.0.7

Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.6 to 2.0.7.
- [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.6...v2.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-27 19:33:46 +00:00
parent b84ec9e4e5
commit b8359a860a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -53,7 +53,7 @@ pest = "^2.1"
pest_derive = "^2.1"
nom = "5.1.2"
regex = "1.3.9"
os_info = "2.0.6"
os_info = "2.0.7"
urlencoding = "1.1.1"
open = "1.4.0"
unicode-width = "0.1.8"