From 1d99103e9f4831e838b16bb93c00bc0f081df18b Mon Sep 17 00:00:00 2001 From: Michael Kefeder Date: Mon, 12 Feb 2024 14:08:36 +0100 Subject: [PATCH] update anyhow dependency --- Cargo.toml | 2 +- lcov2cobertura/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 926de97..a3c7cd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.59" [workspace] [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.79" clap = { version = "4.4", features = ["derive"]} lcov = "0.8.1" lcov2cobertura = { path = "lcov2cobertura", version = "1.0.2" } diff --git a/lcov2cobertura/Cargo.toml b/lcov2cobertura/Cargo.toml index 2adb619..411251d 100644 --- a/lcov2cobertura/Cargo.toml +++ b/lcov2cobertura/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["coverage", "gitlab", "cobertura", "lcov"] rust-version = "1.59" [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.79" quick-xml = "0.31.0" regex = "1.7.3" rustc-demangle = "0.1.23"