Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethiraric committed Jul 14, 2024
1 parent f76e297 commit 9a22d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ encoding = [ "dep:encoding_rs" ]
[dependencies]
arraydeque = "0.5.1"
encoding_rs = { version = "0.8.33", optional = true }
hashlink = "0.8"
hashlink = ">= 0.8, < 0.10"

[dev-dependencies]
libtest-mimic = "0.3.0"
libtest-mimic = "0.4.0"
quickcheck = "1.0"

[profile.release-lto]
Expand Down

0 comments on commit 9a22d39

Please sign in to comment.