diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-15 14:17:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 14:17:29 +0200 |
commit | b61eeba6e552fa0b6fb96f3eee6202200821826b (patch) | |
tree | 174b4edf78f64900e6e1e658eb12725e86da3c3f /src-tauri/Cargo.lock | |
parent | 810c9971c6f321df16e2faeff54ae12daee59cec (diff) | |
download | FlightCore-b61eeba6e552fa0b6fb96f3eee6202200821826b.tar.gz FlightCore-b61eeba6e552fa0b6fb96f3eee6202200821826b.zip |
chore: bump anyhow from 1.0.72 to 1.0.73 in /src-tauri (#514)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.73.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.73)
---
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 7e081818..4364014d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "f768393e7fabd388fe8409b13faa4d93ab0fef35db1508438dfdb066918bcf38" [[package]] name = "app" |