From 77f71cb1d44fac3ed62c1ea90c0b23dc5cf2250e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 18:21:40 +1300 Subject: [PATCH] Update sysinfo requirement from 0.27 to 0.28 (#69) Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a46928..a4f3e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ image = "0.24" once_cell = "1.9" rand_chacha = "0.3" sha2 = "0.10" -sysinfo = "0.27" +sysinfo = "0.28" serde = { version = "1", features = ["derive"] } tdn = { version = "0.10", default-features = false, features = ["std"] } tdn_did = { version = "0.10" }