Skip to content

Commit

Permalink
Merge pull request #8 from timvw/renovate/anyhow-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate anyhow to 1.0.82
  • Loading branch information
timvw committed May 3, 2024
2 parents 009c961 + 2d7e07e commit 770e1a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reqwest = { version = "0.12", features = ["blocking"] }
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
anyhow = "1"
anyhow = "1.0.82"
clap = { version = "4", features = ["derive", "env"] }
tokio = { version = "1", features = ["full", "tracing"] }

0 comments on commit 770e1a7

Please sign in to comment.