Skip to content

Commit

Permalink
Merge pull request #126 from ramsayleung/dependabot/cargo/getrandom-0…
Browse files Browse the repository at this point in the history
….2.0

Update getrandom requirement from 0.1.14 to 0.2.0
  • Loading branch information
ramsayleung authored Sep 11, 2020
2 parents 384f108 + 0fa8ee3 commit 85b5983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotenv = { version = "0.15.0", optional = true }
lazy_static = "1.4.0"
log = "0.4.11"
percent-encoding = "2.1.0"
getrandom = "0.1.14"
getrandom = "0.2.0"
reqwest = { version = "0.10.7", features = ["json", "socks"], default-features = false }
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
Expand Down

0 comments on commit 85b5983

Please sign in to comment.