From 9c900e1f87acbcdf63a063dab8ea0ef7dde3decf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 07:01:39 +0000 Subject: [PATCH] fix(deps): update rust crate fn-error-context to 0.2.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 624e5fa4b..2e2eee178 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -21,7 +21,7 @@ clap = { version= "4.2", features = ["derive"] } clap_mangen = { version = "0.2", optional = true } cap-std-ext = "4" hex = "^0.4" -fn-error-context = "0.2.0" +fn-error-context = "0.2.1" gvariant = "0.4.0" indicatif = "0.17.0" libc = "^0.2" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 7e0d66437..ea0901a28 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -15,7 +15,7 @@ path = "src/xtask.rs" anyhow = "1.0.68" camino = "1.0" chrono = { version = "0.4.23", default_features = false, features = ["std"] } -fn-error-context = "0.2.0" +fn-error-context = "0.2.1" tempfile = "3.3" mandown = "0.1" xshell = { version = "0.2" }