From e5021ce509ea57caf3ac7d0a071cf392f51d75a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:53:02 +0000 Subject: [PATCH] Bump rand_chacha from 0.2.2 to 0.3.0 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.2 to 0.3.0. - [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/rand_chacha-0.2.2...rand_chacha-0.3.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- swap/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f0b8a9ef..4a8852130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3487,7 +3487,7 @@ dependencies = [ "port_check", "prettytable-rs", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.0", "reqwest", "rust_decimal", "serde", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 4795c7655..807bc850c 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -34,7 +34,7 @@ monero-rpc = { path = "../monero-rpc" } pem = "0.8" prettytable-rs = "0.8" rand = "0.7" -rand_chacha = "0.2.0" +rand_chacha = "0.3.0" reqwest = { version = "0.11", features = ["rustls-tls", "stream"], default-features = false } rust_decimal = "1.10" serde = { version = "1", features = ["derive"] }