Skip to content

Commit 5080ebb

Browse files
fix(deps): update rust crate anyhow to v1.0.94
1 parent ceee448 commit 5080ebb

File tree

2 files changed

+7
-115
lines changed

2 files changed

+7
-115
lines changed

Cargo.lock

+6-113
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnm"
3-
version = "1.38.1"
3+
version = "1.37.2"
44
authors = ["Gal Schlezinger <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"
@@ -32,7 +32,6 @@ clap_complete = "4.5.2"
3232
anyhow = "1.0.86"
3333
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
3434
flate2 = "1.0.30"
35-
miette = { version = "7.2.0", features = ["fancy"] }
3635

3736
[dev-dependencies]
3837
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)