Skip to content

Commit

Permalink
restore anyhow to 1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Aug 9, 2022
1 parent 431b63f commit 9f029ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
name = "sozu"

[dependencies]
anyhow = "^1.0.60"
anyhow = "=1.0.59"
async-dup = "^1.2.2"
async-io = "^1.7.0"
clap = { version = "^3.2.16", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
]

[dependencies]
anyhow = "^1.0.60"
anyhow = "=1.0.59"
hex = "^0.4.3"
libc = "^0.2.127"
log = "^0.4.17"
Expand Down

0 comments on commit 9f029ac

Please sign in to comment.