Skip to content

Commit

Permalink
Merge pull request #253 from divviup/dependabot/cargo/getrandom-0.2.7
Browse files Browse the repository at this point in the history
build(deps): bump getrandom from 0.2.6 to 0.2.7
  • Loading branch information
tgeoghegan authored Jul 5, 2022
2 parents 1cec651 + 0d1a7a1 commit aa19100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -16,7 +16,7 @@ aes-gcm = "^0.9"
base64 = "0.13.0"
byteorder = "1.4.3"
cipher = "0.4.3"
getrandom = { version = "0.2.6", features = ["std"] }
getrandom = { version = "0.2.7", features = ["std"] }
ring = "0.16.20"
serde = { version = "1.0", features = ["derive"] }
static_assertions = "1.1.0"
Expand Down

0 comments on commit aa19100

Please sign in to comment.