Skip to content

Commit

Permalink
chore(deps): bump bcrypt from 0.15.1 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.15.1 to 0.16.0.
- [Commits](Keats/rust-bcrypt@v0.15.1...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 33ffa57 commit 2d00459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -9,7 +9,7 @@ aes = "0.8.4"
anyhow = "1.0.93"
argon2 = "0.5.3"
base64 = "0.22.1"
bcrypt = "0.15.1"
bcrypt = "0.16.0"
cbc = { version = "0.1.2", features = ["alloc"] }
chrono = "0.4.38"
clap = { version = "4.5.21", features = ["derive", "env"] }
Expand Down

0 comments on commit 2d00459

Please sign in to comment.