Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 9878d16

Browse files
authored
Merge pull request #205 from kornelski/patch-1
Fix for anynow causing semver-breakage
2 parents 0886aef + a653fcd commit 9878d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
[dependencies]
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
23-
anyhow = "1.0.0"
23+
anyhow = "1.0.6"
2424
log = "0.4.1"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)