diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-16 14:22:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 14:22:32 +0200 |
commit | c073ea1814108985026cfd69499d6945e1f00314 (patch) | |
tree | 14b5241c8b99ebfadd0206561fdd859052e3529b /src-tauri/Cargo.lock | |
parent | c8b05b8f50624e7e43a1c0ea39e44744a690a42f (diff) | |
download | FlightCore-c073ea1814108985026cfd69499d6945e1f00314.tar.gz FlightCore-c073ea1814108985026cfd69499d6945e1f00314.zip |
chore: bump anyhow from 1.0.73 to 1.0.74 in /src-tauri (#518)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.73 to 1.0.74.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.73...1.0.74)
---
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>
Diffstat (limited to 'src-tauri/Cargo.lock')
-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 9d5cf560..bf7994f6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.73" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f768393e7fabd388fe8409b13faa4d93ab0fef35db1508438dfdb066918bcf38" +checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" [[package]] name = "app" |