build: bump os_info from 3.4.0 to 3.5.0 (#4223)

Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stanislav-tkach/os_info/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: os_info
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-02 04:06:34 -04:00 committed by GitHub
parent e46457bb8b
commit e80576f612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1363,9 +1363,9 @@ dependencies = [
[[package]] [[package]]
name = "os_info" name = "os_info"
version = "3.4.0" version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eca3ecae1481e12c3d9379ec541b238a16f0b75c9a409942daa8ec20dbfdb62" checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
dependencies = [ dependencies = [
"log", "log",
"serde", "serde",

View File

@ -52,7 +52,7 @@ log = { version = "0.4.16", features = ["std"] }
notify-rust = { version = "4.5.8", optional = true } notify-rust = { version = "4.5.8", optional = true }
once_cell = "1.13.0" once_cell = "1.13.0"
open = "3.0.2" open = "3.0.2"
os_info = "3.4.0" os_info = "3.5.0"
path-slash = "0.2.0" path-slash = "0.2.0"
pest = "2.2.1" pest = "2.2.1"
pest_derive = "2.1.0" pest_derive = "2.1.0"