From 4f1d6c7a6f965ec7f98382e4f87f1d015e83a0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 23:30:05 +0000 Subject: [PATCH] Update sysinfo requirement from 0.26 to 0.27 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1465b46..32381b5 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.26" +sysinfo = "0.27" serde = { version = "1", features = ["derive"] } tdn = { version = "0.10", default-features = false, features = ["std"] } tdn_did = { version = "0.10" }