Skip to content

Commit

Permalink
Fix duplicate rand*
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jul 1, 2019
1 parent c96fab6 commit 2afda5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ slog-term = "2.4.0"
spdx = "0.1.0"
structopt = "0.2.16"
toml = "0.5.1"
twox-hash = "1.3.0"
twox-hash = { version = "1.4.1", default-features = false }

[dependencies.askalono]
version = "0.3.0"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ deny = [
skip = [
# rand depends on a multiple versions of rand_core...
{ name = "rand_core", version = "=0.3.1" },
{ name = "rand_core", version = "=0.4.0" },
# rmp depends on an old version of num-traits, just ignore
# for now
{ name = "num-traits", version = "=0.1.43" },
Expand Down

0 comments on commit 2afda5f

Please sign in to comment.