Skip to content

Commit

Permalink
chore: pin dependencies to prevent msrv lapse
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jun 20, 2022
1 parent 113f7d5 commit 4889908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ hmac = { version = "0.12", optional = true }
sha2 = { version = "0.10", optional = true }
hex = { version = "0.4", optional = true }

# pinned deps to prevent msrv breakage
hashbrown = {version = "0.11.0,<0.12.0", optional = true}
time = {version = "0.3,<0.3.10", optional = true}

[dev-dependencies]
anyhow = "1.0.38"
Expand Down

0 comments on commit 4889908

Please sign in to comment.