diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-11 15:44:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 15:44:33 +0200 |
commit | 505d01b280b21447af9c562bb4a3d9b69d3cf461 (patch) | |
tree | bd127a7107cf461711f1aa7018fa14ed62ce9eb6 /src-tauri | |
parent | 3bb7996be07f5f2ff76d5668f7672ca174fad14d (diff) | |
download | FlightCore-505d01b280b21447af9c562bb4a3d9b69d3cf461.tar.gz FlightCore-505d01b280b21447af9c562bb4a3d9b69d3cf461.zip |
chore: bump anyhow from 1.0.81 to 1.0.82 in /src-tauri (#884)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82)
---
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')
-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 07120107..af020561 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "arboard" |