aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-21 00:42:51 +0100
committerGitHub <noreply@github.com>2023-11-21 00:42:51 +0100
commit415fb0db645e1f96683002ff78bb1f65a8d92d59 (patch)
treef6c76c4bf275cb654e25eb624fdfd42fe260a8ab /src-tauri
parentd55abb3c6c16bcee5b228afcb20db116ae0e508d (diff)
downloadFlightCore-415fb0db645e1f96683002ff78bb1f65a8d92d59.tar.gz
FlightCore-415fb0db645e1f96683002ff78bb1f65a8d92d59.zip
chore: bump winreg from 0.51.0 to 0.52.0 in /src-tauri (#681)
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.51.0 to 0.52.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.51.0...v0.52.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')
-rw-r--r--src-tauri/Cargo.lock6
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 1fc8b432..0b8f9061 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1095,7 +1095,7 @@ dependencies = [
"tokio",
"ts-rs",
"winapi",
- "winreg 0.51.0",
+ "winreg 0.52.0",
"zip",
"zip-extract",
]
@@ -5336,9 +5336,9 @@ dependencies = [
[[package]]
name = "winreg"
-version = "0.51.0"
+version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
+checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 5b0aef82..4a533d0c 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -69,7 +69,7 @@ dirs = "5"
[target.'cfg(windows)'.dependencies]
# Windows API stuff
winapi = "0.3.9"
-winreg = "0.51.0"
+winreg = "0.52.0"
[features]
# by default Tauri runs in production mode