From d579b55d16d7bf8b500e0e426c491dcdc789e6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:51:30 +0000 Subject: Bump rand from 0.8.3 to 0.8.4 (#152) Bumps [rand](https://github.com/rust-random/rand) from 0.8.3 to 0.8.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.3...0.8.4) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 300ce26a..72d94469 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -31,7 +31,7 @@ sodiumoxide = "0.2.6" reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features = false } base64 = "0.13.0" parse_duration = "2.1.1" -rand = "0.8.3" +rand = "0.8.4" rust-crypto = "^0.2" tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" -- cgit v1.3.1