Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.71 (#887)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 1, 2023
1 parent ef2bf6e commit 192eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ url = "2.4.0"
sysinfo = "0.29.3"
thiserror = "1.0.40"
clap_complete = "3.2.5"
anyhow = "1.0.66"
anyhow = "1.0.71"

[dev-dependencies]
pretty_assertions = "1.3.0"
Expand Down

1 comment on commit 192eeba

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

benchmark current value last value diff trend
fnm_basic/median 7.46ms 7.73ms -0.27ms

fnm_basic/max 9.75ms 10.94ms -1.19ms

fnm_basic/mean 7.5ms 7.75ms -0.26ms

fnm_basic/min 7.04ms 7.08ms -0.04ms

fnm_basic/stddev 0.26ms 0.26ms 0ms

binary size 6948kb 6948kb 0

Please sign in to comment.