diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-10 16:20:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 16:20:01 +0100 |
commit | 4635ce0ae2c23977989741a8d5f15f20a358684c (patch) | |
tree | 7745a25b28733dbd61a875c0ad73a64cd7ee8371 /src-tauri/Cargo.lock | |
parent | 3c1b1f13b7e7dea116c5087c4330828c085bd6bf (diff) | |
download | FlightCore-4635ce0ae2c23977989741a8d5f15f20a358684c.tar.gz FlightCore-4635ce0ae2c23977989741a8d5f15f20a358684c.zip |
chore: bump open from 5.1.1 to 5.1.2 in /src-tauri (#848)
Bumps [open](https://github.com/Byron/open-rs) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/v5.1.1...v5.1.2)
---
updated-dependencies:
- dependency-name: open
dependency-type: direct:production
update-type: version-update:semver-patch
...
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.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 554ca7bc..ff50df3c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1161,7 +1161,7 @@ dependencies = [ "libthermite", "log", "octocrab", - "open 5.1.1", + "open 5.1.2", "pretty_env_logger", "regex", "remove-markdown-links", @@ -2792,9 +2792,9 @@ dependencies = [ [[package]] name = "open" -version = "5.1.1" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b3fbb0d52bf0cbb5225ba3d2c303aa136031d43abff98284332a9981ecddec" +checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32" dependencies = [ "is-wsl", "libc", |