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 | |
| 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>
| -rw-r--r-- | Cargo.lock | 8 | ||||
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -117,9 +117,9 @@ checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" [[package]] name = "argon2" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9" +checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" dependencies = [ "base64ct", "blake2 0.10.6", @@ -722,9 +722,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "cpufeatures" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" +checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" dependencies = [ "libc", ] 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" |
