Skip to content

Commit

Permalink
Bump rand from 0.6.1 to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Jan 4, 2019
1 parent 56a3197 commit 2d481bc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
32 changes: 22 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ itertools = "0.8.0"
libc = "0.2.46"
log = "0.4.2"
nix = "0.12.0"
rand = "0.6.1"
rand = "0.6.2"
rand_chacha = "0.1.0"
rayon = "1.0.0"
reqwest = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sys-info = "0.5.6"
solana-sdk = { path = "../sdk", version = "0.12.0" }

[dev-dependencies]
rand = "0.6.1"
rand = "0.6.2"

[lib]
name = "solana_metrics"

0 comments on commit 2d481bc

Please sign in to comment.