Skip to content

Commit afe11a8

Browse files
deps: update bcrypt requirement from 0.17 to 0.19 in /backend
Updates the requirements on [bcrypt](https://github.com/Keats/rust-bcrypt) to permit the latest version. - [Commits](Keats/rust-bcrypt@v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 624a22a commit afe11a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
2727
serde_json = "1.0"
2828
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite"] }
2929
jsonwebtoken = { version = "10.2", features = ["use_pem", "rust_crypto"] }
30-
bcrypt = "0.17"
30+
bcrypt = "0.19"
3131
chrono = { version = "0.4", features = ["serde"] }
3232
dotenv = "0.15"
3333
tracing = "0.1"

0 commit comments

Comments
 (0)