diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-20 16:37:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 16:37:40 +0200 |
commit | d6cf4a353493d8ca2ce94bc512d27cb774f25e2b (patch) | |
tree | 7713242253df598c3e0f389cc43be48c5be76218 | |
parent | 3ac321d71cd66300b358612b0f39edfd14c1845c (diff) | |
download | FlightCore-d6cf4a353493d8ca2ce94bc512d27cb774f25e2b.tar.gz FlightCore-d6cf4a353493d8ca2ce94bc512d27cb774f25e2b.zip |
chore: bump open from 5.1.2 to 5.1.4 in /src-tauri (#947)
Bumps [open](https://github.com/Byron/open-rs) from 5.1.2 to 5.1.4.
- [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.2...v5.1.4)
---
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>
-rw-r--r-- | src-tauri/Cargo.lock | 6 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 371cdac1..713ed3de 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1176,7 +1176,7 @@ dependencies = [ "libthermite", "log", "octocrab", - "open 5.1.2", + "open 5.1.4", "pretty_env_logger", "regex", "remove-markdown-links", @@ -2814,9 +2814,9 @@ dependencies = [ [[package]] name = "open" -version = "5.1.2" +version = "5.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32" +checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388" dependencies = [ "is-wsl", "libc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 71b9eaa9..775a290b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -60,7 +60,7 @@ log = "0.4" # Extracting zip files easily zip-extract = "0.1.3" # open urls -open = "5.1.2" +open = "5.1.4" semver = "1.0" # simplified filesystem access glob = "0.3.1" |