From 16c032c73baabadf740e92c7e4c9cbda03aaebcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:42:05 +0000 Subject: [PATCH] chore(deps): bump os_info from 3.8.2 to 3.9.0 in the dependencies group Bumps the dependencies group with 1 update: [os_info](https://github.com/stanislav-tkach/os_info). Updates `os_info` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/stanislav-tkach/os_info/releases) - [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md) - [Commits](https://github.com/stanislav-tkach/os_info/compare/v3.8.2...v3.9.0) --- updated-dependencies: - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pinger/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec5f8ad3..7cf62e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -614,9 +614,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "os_info" -version = "3.8.2" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" +checksum = "e5ca711d8b83edbb00b44d504503cd247c9c0bd8b0fa2694f2a1a3d8165379ce" dependencies = [ "log", "serde", diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index b1ce9112..8e7c1103 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -18,4 +18,4 @@ winping = "0.10.1" dns-lookup = "2.0.0" [dev-dependencies] -os_info = "3.8.1" +os_info = "3.9.0"