From bce2851fec482a8a5426160afd326cdd13fc443c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 02:16:45 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.75 --- Cargo.lock | 4 ++-- apps/gui/src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34b4481..b8949e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" diff --git a/apps/gui/src-tauri/Cargo.toml b/apps/gui/src-tauri/Cargo.toml index 0ed25b4..f1dfbb4 100644 --- a/apps/gui/src-tauri/Cargo.toml +++ b/apps/gui/src-tauri/Cargo.toml @@ -35,7 +35,7 @@ migration = { path = "./migration" } tokio = { version = "1.29.1", features = ["macros"] } futures = "0.3.28" native-dialog = "0.6.4" -anyhow = "1.0.72" +anyhow = "1.0.75" minreq = { version = "2.8.1", features = ["json-using-serde", "rustls", "https-rustls"] } forge-lib = { git = "https://github.com/beat-forge/lib" }