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:
parent
b84ec9e4e5
commit
b8359a860a
|
@ -778,9 +778,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "os_info"
|
name = "os_info"
|
||||||
version = "2.0.6"
|
version = "2.0.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "67cc1fe7b45f7e51f755195fd86b0483dbae30fdcf831a3254438d29118d12c4"
|
checksum = "a0b045a2b6649afa9234ff4f40f84b2ea6e9bdc1a370ad9c03830c597b435953"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -53,7 +53,7 @@ pest = "^2.1"
|
||||||
pest_derive = "^2.1"
|
pest_derive = "^2.1"
|
||||||
nom = "5.1.2"
|
nom = "5.1.2"
|
||||||
regex = "1.3.9"
|
regex = "1.3.9"
|
||||||
os_info = "2.0.6"
|
os_info = "2.0.7"
|
||||||
urlencoding = "1.1.1"
|
urlencoding = "1.1.1"
|
||||||
open = "1.4.0"
|
open = "1.4.0"
|
||||||
unicode-width = "0.1.8"
|
unicode-width = "0.1.8"
|
||||||
|
|
Loading…
Reference in New Issue