Skip to content

Commit 3246fbb

Browse files
chore(deps): update bcrypt requirement from 0.17.0 to 0.18.0
Updates the requirements on [bcrypt](https://github.com/Keats/rust-bcrypt) to permit the latest version. - [Commits](Keats/rust-bcrypt@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa63257 commit 3246fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] }
4646
[dependencies]
4747
# ensure deps are compatible: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses
4848
base64 = "0.22.1"
49-
bcrypt = "0.17.0"
49+
bcrypt = "0.18.0"
5050
cargo_metadata = "0.23.0"
5151
chrono = "0.4.39"
5252
config = "0.15.7"

0 commit comments

Comments
 (0)