Skip to content

Commit bd43fe2

Browse files
Update sysinfo requirement from 0.28 to 0.29 (#103)
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/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cfe847 commit bd43fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ image = "0.24"
4646
once_cell = "1.9"
4747
rand_chacha = "0.3"
4848
sha2 = "0.10"
49-
sysinfo = "0.28"
49+
sysinfo = "0.29"
5050
serde = { version = "1", features = ["derive"] }
5151
tdn = { version = "0.10", default-features = false, features = ["std"] }
5252
tdn_did = { version = "0.10" }

0 commit comments

Comments
 (0)