Skip to content

Commit

Permalink
Merge pull request #98 from lukexor/dependabot/cargo/anyhow-1.0.71
Browse files Browse the repository at this point in the history
build(deps): bump anyhow from 1.0.70 to 1.0.71
  • Loading branch information
lukexor authored May 14, 2023
2 parents 8b85c75 + 5dc8c7b commit aecc8d1
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 @@ -24,7 +24,7 @@ targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows
crate-type = ["cdylib", "rlib"]

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.71"
bitflags = "1.2.1"
time = { version = "0.3.0", features = ["local-offset"] }
log = "0.4.17"
Expand Down

0 comments on commit aecc8d1

Please sign in to comment.