Skip to content

Commit

Permalink
Bump getrandom from 0.2.15 to 0.3.1 in /src/_bcrypt
Browse files Browse the repository at this point in the history
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.15 to 0.3.1.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.15...v0.3.1)

---
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] authored Jan 28, 2025
1 parent 8557567 commit 5cb1970
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 4 deletions.
106 changes: 103 additions & 3 deletions src/_bcrypt/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 src/_bcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bcrypt = "0.16"
bcrypt-pbkdf = "0.10.0"
base64 = "0.22.1"
subtle = "2.6"
getrandom = "0.2"
getrandom = "0.3"

[features]
extension-module = ["pyo3/extension-module"]
Expand Down

0 comments on commit 5cb1970

Please sign in to comment.