aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-06 02:38:54 +0200
committerGitHub <noreply@github.com>2023-08-06 02:38:54 +0200
commitb7accedbbc99cf383de5b874094eaa583670a165 (patch)
treee716457569096f2f3ffb2cd9d664cc79a538a599 /src-tauri/Cargo.lock
parent529451f4d2dc84b3835920ea392dc33d2bbe5b14 (diff)
downloadFlightCore-b7accedbbc99cf383de5b874094eaa583670a165.tar.gz
FlightCore-b7accedbbc99cf383de5b874094eaa583670a165.zip
chore: bump winreg from 0.11.0 to 0.50.0 in /src-tauri (#477)
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.11.0 to 0.50.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.11.0...v0.50.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-tauri/Cargo.lock')
-rw-r--r--src-tauri/Cargo.lock12
1 files changed, 11 insertions, 1 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 1857375c..568272af 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -109,7 +109,7 @@ dependencies = [
"tokio",
"ts-rs",
"winapi",
- "winreg 0.11.0",
+ "winreg 0.50.0",
"zip",
"zip-extract",
]
@@ -5267,6 +5267,16 @@ dependencies = [
]
[[package]]
+name = "winreg"
+version = "0.50.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
+dependencies = [
+ "cfg-if",
+ "windows-sys 0.48.0",
+]
+
+[[package]]
name = "wry"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"