aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-28 00:32:01 +0100
committerGitHub <noreply@github.com>2023-12-28 00:32:01 +0100
commit8416cf7459f717c8146cc43ef1175c8de9c1f6d3 (patch)
tree7f574c10889a954e05d13c835e514842a3c1750c
parentf2f5e0bcf471e78acc93f9ee99424036704ef9d3 (diff)
downloadFlightCore-8416cf7459f717c8146cc43ef1175c8de9c1f6d3.tar.gz
FlightCore-8416cf7459f717c8146cc43ef1175c8de9c1f6d3.zip
chore: bump anyhow from 1.0.75 to 1.0.77 in /src-tauri (#723)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.77. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.77) --- 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 3350cb90..b539a4e4 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -75,9 +75,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.75"
+version = "1.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
+checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
[[package]]
name = "async-broadcast"