# HG changeset patch # User dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # Date 1666350199 14400 # Fri Oct 21 07:03:19 2022 -0400 # Node ID 897336bf1838c3986ac7ea754a750d089d8ab9c7 # Parent 7a24467b8135befa77dfc3fc84b6746bc4d04123 Bump getrandom from 0.2.7 to 0.2.8 in /src/_bcrypt (#445) Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.7...v0.2.8) --- updated-dependencies: - dependency-name: getrandom dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock --- a/src/_bcrypt/Cargo.lock +++ b/src/_bcrypt/Cargo.lock @@ -136,9 +136,9 @@ [[package]] name = "getrandom" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" +checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" dependencies = [ "cfg-if", "libc",