Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to v1.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ceee448 commit 90c550d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 115 deletions.
119 changes: 6 additions & 113 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.38.1"
version = "1.37.2"
authors = ["Gal Schlezinger <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down Expand Up @@ -32,7 +32,6 @@ clap_complete = "4.5.2"
anyhow = "1.0.86"
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
flate2 = "1.0.30"
miette = { version = "7.2.0", features = ["fancy"] }

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

0 comments on commit 90c550d

Please sign in to comment.