mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01: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:
parent
996e7ddeb5
commit
b79830e97b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user