build(deps): bump os_info from 2.0.5 to 2.0.6 (#1255)
Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.5 to 2.0.6. - [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/2.0.5...v2.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
e3a2a5d748
commit
9196ffc950
|
@ -752,9 +752,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "os_info"
|
name = "os_info"
|
||||||
version = "2.0.5"
|
version = "2.0.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ae61f9dcacbe39e64641baaff75d97d61a0e7409a60dc6c7fc83691511afb3fe"
|
checksum = "67cc1fe7b45f7e51f755195fd86b0483dbae30fdcf831a3254438d29118d12c4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -53,7 +53,7 @@ pest = "^2.1"
|
||||||
pest_derive = "^2.1"
|
pest_derive = "^2.1"
|
||||||
nom = "5.1.1"
|
nom = "5.1.1"
|
||||||
regex = "1.3.7"
|
regex = "1.3.7"
|
||||||
os_info = "2.0.5"
|
os_info = "2.0.6"
|
||||||
urlencoding = "1.0.0"
|
urlencoding = "1.0.0"
|
||||||
open = "1.4.0"
|
open = "1.4.0"
|
||||||
unicode-width = "0.1.7"
|
unicode-width = "0.1.7"
|
||||||
|
|
Loading…
Reference in New Issue