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-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 979a3eef..8f919e3d 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -30,7 +30,7 @@ sodiumoxide = "0.2.6" base64 = "0.13.0" fork = "0.1.18" parse_duration = "2.1.1" -rand = "0.8.3" +rand = "0.8.4" rust-crypto = "^0.2" tokio = { version = "1", features = ["full"] } warp = "0.3" -- cgit v1.3.1