diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-21 00:42:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 00:42:51 +0100 |
commit | 415fb0db645e1f96683002ff78bb1f65a8d92d59 (patch) | |
tree | f6c76c4bf275cb654e25eb624fdfd42fe260a8ab /src-tauri/Cargo.toml | |
parent | d55abb3c6c16bcee5b228afcb20db116ae0e508d (diff) | |
download | FlightCore-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.toml | 2 |
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 |