Skip to content

Commit 001eb87

Browse files
renovate[bot]dd-octo-sts[bot]github-actions[bot]
authored
fix(deps): update rust crate windows to 0.62.0 (#30)
* fix(deps): update rust crate windows to 0.62.0 * chore(deps): sync third-party license file Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 97be744 commit 001eb87

3 files changed

Lines changed: 25 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pkcs1 = { version = "0.7.5", features = ["std"] }
2525
pkcs8 = "0.11.0"
2626
rustls = { version = "0.23.20", default-features = false, features = ["std"] }
2727
sec1 = "0.8.1"
28-
windows = { version = "0.61.3", features = [
28+
windows = { version = "0.62.0", features = [
2929
"Win32_Security_Cryptography",
3030
] }
3131
zeroize = "1.8.1"

LICENSE-3rdparty.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ typenum,https://github.com/paholg/typenum,MIT OR Apache-2.0,The typenum Authors
3030
unicode-ident,https://github.com/dtolnay/unicode-ident,(MIT OR Apache-2.0) AND Unicode-3.0,David Tolnay <dtolnay@gmail.com>
3131
untrusted,https://github.com/briansmith/untrusted,ISC,Brian Smith <brian@briansmith.org>
3232
wasi,https://github.com/bytecodealliance/wasi,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
33-
windows,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
33+
windows,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows Authors
3434
windows-collections,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-collections Authors
35-
windows-core,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
35+
windows-core,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-core Authors
3636
windows-future,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-future Authors
3737
windows-implement,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-implement Authors
3838
windows-interface,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-interface Authors
39-
windows-link,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
39+
windows-link,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-link Authors
4040
windows-numerics,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-numerics Authors
41-
windows-result,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
42-
windows-strings,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
41+
windows-result,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-result Authors
42+
windows-strings,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-strings Authors
4343
windows-sys,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
4444
windows-targets,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
45-
windows-threading,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
45+
windows-threading,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,The windows-threading Authors
4646
windows_aarch64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
4747
windows_aarch64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
4848
windows_i686_gnu,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft

0 commit comments

Comments
 (0)