Skip to content

Commit 34a6820

Browse files
chore(deps): update rust crate bcrypt to 0.19.0 (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0db80ce commit 34a6820

2 files changed

Lines changed: 31 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tray = [
5959
[dependencies]
6060
# ensure deps are compatible: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses
6161
base64 = "0.22.1"
62-
bcrypt = "0.17.0"
62+
bcrypt = "0.19.0"
6363
cargo_metadata = "0.23.0"
6464
chrono = "0.4.39"
6565
config = "0.15.7"

0 commit comments

Comments
 (0)