Skip to content

Commit

Permalink
fix(deps): update rust crate fn-error-context to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent b584584 commit 9c900e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 9c900e1

Please sign in to comment.