aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
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/Cargo.toml
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/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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