From a17e47b97d9946102493d00963681c69a9d12a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:23:36 +0000 Subject: [PATCH] build(deps): bump static_vcruntime from 2.0.0 to 3.0.0 Bumps [static_vcruntime](https://github.com/ChrisDenton/static_vcruntime) from 2.0.0 to 3.0.0. - [Commits](https://github.com/ChrisDenton/static_vcruntime/compare/2.0...3.0) --- updated-dependencies: - dependency-name: static_vcruntime dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6ca7a5..c5724e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1620,9 +1620,9 @@ dependencies = [ [[package]] name = "static_vcruntime" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b" +checksum = "ff7589a1859b09232522bb9edf076ca7fcf14ded96685d3fa629db73023ffbb7" [[package]] name = "steamlocate" diff --git a/Cargo.toml b/Cargo.toml index 048f378..bd95f81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ self-replace = "1.5" [build-dependencies] winresource = "0.1" -static_vcruntime = "2.0" +static_vcruntime = "3.0" [dev-dependencies] strip-ansi-escapes = "0.2"