From 963696de4973646dd043c690c1357d4a60123ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:29:50 +0000 Subject: [PATCH] build(deps): bump os_info from 3.9.0 to 3.9.1 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.9.0 to 3.9.1. - [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.9.0...v3.9.1) --- updated-dependencies: - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/volta-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb85b557d..bd7b940ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,9 +1016,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "os_info" -version = "3.9.0" +version = "3.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ca711d8b83edbb00b44d504503cd247c9c0bd8b0fa2694f2a1a3d8165379ce" +checksum = "eb6651f4be5e39563c4fe5cc8326349eb99a25d805a3493f791d5bfd0269e430" dependencies = [ "log", "serde", diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index da7398738..bda782794 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -25,7 +25,7 @@ cmdline_words_parser = "0.2.1" fs-utils = { path = "../fs-utils" } cfg-if = "1.0" tempfile = "3.14.0" -os_info = "3.9.0" +os_info = "3.9.1" detect-indent = "0.1" envoy = "0.1.3" mockito = { version = "0.31.1", optional = true }