diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-22 10:00:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 10:00:25 +0000 |
| commit | 2e3dde64e42cce90e2b84a7f0e4ba1a12b97b7ee (patch) | |
| tree | 41c1ad5d1a69179e529baaae886bac1cd2648f1c /atuin-server | |
| parent | report alternate keys so shift still works (#1601) (diff) | |
| download | atuin-2e3dde64e42cce90e2b84a7f0e4ba1a12b97b7ee.zip | |
chore(deps): bump argon2 from 0.5.2 to 0.5.3 (#1603)
Bumps [argon2](https://github.com/RustCrypto/password-hashes) from 0.5.2 to 0.5.3.
- [Commits](https://github.com/RustCrypto/password-hashes/compare/argon2-v0.5.2...argon2-v0.5.3)
---
updated-dependencies:
- dependency-name: argon2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-server')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 4464ee0e..7e0c8c77 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -36,7 +36,7 @@ tower-http = { version = "0.4", features = ["trace"] } reqwest = { workspace = true } rustls = "0.21" rustls-pemfile = "1.0" -argon2 = "0.5.0" +argon2 = "0.5.3" semver = { workspace = true } metrics-exporter-prometheus = "0.12.1" metrics = "0.21.1" |
