mirror of
https://github.com/esp-rs/espup.git
synced 2026-04-23 08:17:47 +00:00
build(deps): bump winreg from 0.50.0 to 0.51.0
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.50.0 to 0.51.0. - [Release notes](https://github.com/gentoo90/winreg-rs/releases) - [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/gentoo90/winreg-rs/compare/v0.50.0...v0.51.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Sergio Gasquez Arcos
parent
401986ebf9
commit
1c94c94aae
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -533,7 +533,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"tokio-retry",
|
||||
"update-informer",
|
||||
"winreg",
|
||||
"winreg 0.51.0",
|
||||
"xz2",
|
||||
"zip",
|
||||
]
|
||||
@@ -1437,7 +1437,7 @@ dependencies = [
|
||||
"wasm-bindgen-futures",
|
||||
"web-sys",
|
||||
"webpki-roots 0.25.2",
|
||||
"winreg",
|
||||
"winreg 0.50.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2442,6 +2442,16 @@ dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winreg"
|
||||
version = "0.51.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "xattr"
|
||||
version = "1.0.1"
|
||||
|
||||
@@ -42,7 +42,7 @@ zip = "0.6.6"
|
||||
openssl = { version = "0.10.57", features = ["vendored"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winreg = "0.50.0"
|
||||
winreg = "0.51.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.0.12"
|
||||
|
||||
Reference in New Issue
Block a user