From 50a89c680888b8986496dfb22f9bbf98390fd09e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 12:50:31 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.2 to 0.8.3 Bumps [rand](https://github.com/rust-random/rand) from 0.8.2 to 0.8.3. - [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/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 +++++----- arch/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d18a5a80a..72d82dc15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ "libc", "linux-loader", "log 0.4.14", - "rand 0.8.2", + "rand 0.8.3", "serde", "serde_derive", "serde_json", @@ -667,7 +667,7 @@ dependencies = [ "log 0.4.14", "net_gen", "pnet", - "rand 0.8.2", + "rand 0.8.3", "serde", "serde_json", "virtio-bindings", @@ -901,9 +901,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", "rand_chacha", @@ -1262,7 +1262,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if 1.0.0", "libc", - "rand 0.8.2", + "rand 0.8.3", "redox_syscall 0.2.4", "remove_dir_all", "winapi 0.3.9", diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 12a1303d3..fbb7cb855 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -26,4 +26,4 @@ git = "https://github.com/rust-vmm/linux-loader" features = ["elf", "bzimage"] [dev-dependencies] -rand = "0.8.2" +rand = "0.8.3" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 87f59a7dd..a7d92e860 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -8,7 +8,7 @@ epoll = ">=4.0.1" libc = "0.2.82" log = "0.4.14" net_gen = { path = "../net_gen" } -rand = "0.8.2" +rand = "0.8.3" serde = "1.0.123" virtio-bindings = "0.1.0" vm-memory = { version = "0.4.0", features = ["backend-mmap", "backend-atomic"] }