Skip to content

Commit

Permalink
Bump getrandom from 0.1.13 to 0.2.2 in /fog/view/enclave/trusted
Browse files Browse the repository at this point in the history
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.1.13 to 0.2.2.
- [Release notes](https://github.com/rust-random/getrandom/releases)
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.1.13...v0.2.2)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 18, 2021
1 parent 8d4c671 commit 15337ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion crypto/rand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ std = ["rand_core/std", "rand/std", "rand/std_rng"]

[dependencies]
cfg-if = "1.0"
getrandom = "0.1"
getrandom = "0.2"
rand = { version = "0.8", default-features = false }
rand_core = { version = "0.6", default-features = false }
rand_hc = "0.3"
23 changes: 3 additions & 20 deletions fog/view/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15337ff

Please sign in to comment.