chore(deps): bump shadow-rs from 0.38 to 1

This commit is contained in:
LGUG2Z
2025-02-24 21:12:31 -08:00
parent 3a1e73918d
commit 4a19336974
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4688,9 +4688,9 @@ dependencies = [
[[package]] [[package]]
name = "shadow-rs" name = "shadow-rs"
version = "0.38.1" version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ec14cc798c29f4bf74a6c4299c657c04d4e9fba03875c1f0eec569af03aed89" checksum = "209d2a96c110f23f27b5944408d36027a2ce2c9159ca2efee3a7f333e548427e"
dependencies = [ dependencies = [
"const_format", "const_format",
"git2", "git2",

View File

@@ -38,7 +38,7 @@ windows-numerics = { version = "0.1" }
windows-implement = { version = "0.59" } windows-implement = { version = "0.59" }
windows-interface = { version = "0.59" } windows-interface = { version = "0.59" }
windows-core = { version = "0.60" } windows-core = { version = "0.60" }
shadow-rs = "0.38" shadow-rs = "1"
which = "7" which = "7"
[workspace.dependencies.windows] [workspace.dependencies.windows]