diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-17 13:36:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 13:36:49 +0200 |
commit | 9fecf025d2a81599e507e7e7b04bb47b538c575f (patch) | |
tree | f52750050ce232d2c29e6a55ee109cd8089f663d | |
parent | edebacf7d9b4fccd850faa4804dd80704cb3222a (diff) | |
download | FlightCore-9fecf025d2a81599e507e7e7b04bb47b538c575f.tar.gz FlightCore-9fecf025d2a81599e507e7e7b04bb47b538c575f.zip |
chore: bump anyhow from 1.0.74 to 1.0.75 in /src-tauri (#519)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.74 to 1.0.75.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.74...1.0.75)
---
updated-dependencies:
- dependency-name: anyhow
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0047f4b8..cc8e02e4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" |