diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-28 16:01:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 16:01:32 +0200 |
commit | 77b7f5b667386c92deda1f770878a5e4d97c28fe (patch) | |
tree | f7aa5f83dec11038e2f604762b59d21b4cbd027d /src-tauri | |
parent | 4e6cfd22757b502fd1d37ba5d17a4ba29fbedf4e (diff) | |
download | FlightCore-77b7f5b667386c92deda1f770878a5e4d97c28fe.tar.gz FlightCore-77b7f5b667386c92deda1f770878a5e4d97c28fe.zip |
chore: bump anyhow from 1.0.82 to 1.0.86 in /src-tauri (#925)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.86)
---
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 76653ae2..d58b21c5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arboard" |