From ce02be848b54cd8ba89d6b702f0d490f497b4525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:49:45 +0000 Subject: [PATCH] build(deps): bump os_info from 3.8.2 to 3.9.0 Bumps [os_info](https://github.com/stanislav-tkach/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 ... 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 04d8fe8ad..ce3688636 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1019,9 +1019,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[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/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 10d4236a7..31e409379 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.8.2" +os_info = "3.9.0" detect-indent = "0.1" envoy = "0.1.3" mockito = { version = "0.31.1", optional = true }