summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-16 06:31:27 +0000
committerGitHub <noreply@github.com>2021-06-16 06:31:27 +0000
commitcdf5707dd4c424045045f261bb2f5f50b6dedb1f (patch)
treeb775e70ae9cfaaec29c85e1e6b5416558e726bf3
parent0b9dc6696beeb0c0460775d304dc24491b7a0d66 (diff)
Bump rand from 0.8.3 to 0.8.4dependabot/cargo/rand-0.8.4
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] <support@github.com>
-rw-r--r--Cargo.lock14
-rw-r--r--atuin-client/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml2
3 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index abb5959f..e851e022 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -139,7 +139,7 @@ dependencies = [
"itertools",
"log",
"parse_duration",
- "rand 0.8.3",
+ "rand 0.8.4",
"reqwest",
"rmp-serde",
"rust-crypto",
@@ -189,7 +189,7 @@ dependencies = [
"indicatif",
"log",
"parse_duration",
- "rand 0.8.3",
+ "rand 0.8.4",
"rmp-serde",
"rust-crypto",
"serde 1.0.126",
@@ -1561,9 +1561,9 @@ dependencies = [
[[package]]
name = "rand"
-version = "0.8.3"
+version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
+checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
"rand_chacha 0.3.0",
@@ -2065,7 +2065,7 @@ dependencies = [
"once_cell",
"parking_lot",
"percent-encoding",
- "rand 0.8.3",
+ "rand 0.8.4",
"rustls",
"serde 1.0.126",
"serde_json",
@@ -2201,7 +2201,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if",
"libc",
- "rand 0.8.3",
+ "rand 0.8.4",
"redox_syscall",
"remove_dir_all",
"winapi",
@@ -2453,7 +2453,7 @@ dependencies = [
"httparse",
"input_buffer",
"log",
- "rand 0.8.3",
+ "rand 0.8.4",
"sha-1",
"url",
"utf-8",
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index b4c9c13e..81d48d1d 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"
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"