From 601a24473ddf0896c4a20983819cfa9d3b865020 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 26 Aug 2023 00:31:54 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 --- geneit_backend/Cargo.lock | 4 ++-- geneit_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geneit_backend/Cargo.lock b/geneit_backend/Cargo.lock index 4898bd2..b17c2d6 100644 --- a/geneit_backend/Cargo.lock +++ b/geneit_backend/Cargo.lock @@ -386,9 +386,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "ascii_utils" diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index 0d9800c..be47354 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.17" env_logger = "0.10.0" clap = { version = "4.3.0", features = ["derive", "env"] } lazy_static = "1.4.0" -anyhow = "1.0.71" +anyhow = "1.0.75" actix-web = "4.3.1" actix-cors = "0.6.4" actix-multipart = "0.6.0"