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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-01 14:23:36 +00:00
committed by GitHub
parent 4e7f2fa03b
commit a17e47b97d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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"

View File

@@ -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"