diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-23 14:02:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 14:02:24 +0100 |
commit | b599a2d134ba6a92c63982c794d32ca888f029b4 (patch) | |
tree | 8b99bd552dcd4a5609a5bf18030695344444a410 /src-tauri/Cargo.lock | |
parent | 862f08e90bf7aa460d44901d8bba872fc31c8e1e (diff) | |
download | FlightCore-b599a2d134ba6a92c63982c794d32ca888f029b4.tar.gz FlightCore-b599a2d134ba6a92c63982c794d32ca888f029b4.zip |
chore: bump open from 5.0.0 to 5.0.1 in /src-tauri (#684)
Bumps [open](https://github.com/Byron/open-rs) from 5.0.0 to 5.0.1.
- [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.0.0...v5.0.1)
---
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 0b8f9061..cf155e75 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1078,7 +1078,7 @@ dependencies = [ "json5", "libthermite", "log", - "open 5.0.0", + "open 5.0.1", "pretty_env_logger", "regex", "reqwest", @@ -2495,9 +2495,9 @@ dependencies = [ [[package]] name = "open" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8" +checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349" dependencies = [ "is-wsl", "libc", |