From 5b97b144a9d9a2612d3cca197765309021e0ef07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:28:29 +0000 Subject: [PATCH] Bump sysinfo from 0.15.9 to 0.27.7 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.15.9 to 0.27.7. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- bridges/relays/utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index a3e24b4a6e9..0ad6168bb84 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -18,7 +18,7 @@ jsonpath_lib = "0.3" log = "0.4.17" num-traits = "0.2" serde_json = "1.0" -sysinfo = "0.15" +sysinfo = "0.27" time = { version = "0.3", features = ["formatting", "local-offset", "std"] } tokio = { version = "1.24", features = ["rt"] } thiserror = "1.0.26" -- GitLab