Browse Source

Update sysinfo requirement from 0.29 to 0.35

Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.29.0...v0.35.2)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-version: 0.35.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/main/sysinfo-0.35
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
b769a1b911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -46,7 +46,7 @@ image = "0.24" @@ -46,7 +46,7 @@ image = "0.24"
once_cell = "1.9"
rand_chacha = "0.3"
sha2 = "0.10"
sysinfo = "0.29"
sysinfo = "0.35"
serde = { version = "1", features = ["derive"] }
tdn = { version = "0.10", default-features = false, features = ["std"] }
tdn_did = { version = "0.10" }

Loading…
Cancel
Save