From f0d4aa4adbaf411719818354e6a923f96db121e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:30:47 +0000 Subject: [PATCH] Bump paste from 1.0.4 to 1.0.5 in /rust Bumps [paste](https://github.com/dtolnay/paste) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.4...1.0.5) Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/benches/Cargo.toml | 2 +- rust/xaynet-core/Cargo.toml | 2 +- rust/xaynet-sdk/Cargo.toml | 2 +- rust/xaynet-server/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 13df2b50d..f9d7bab08 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2016,9 +2016,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1" +checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" [[package]] name = "percent-encoding" diff --git a/rust/benches/Cargo.toml b/rust/benches/Cargo.toml index bb0a6731f..32fb05429 100644 --- a/rust/benches/Cargo.toml +++ b/rust/benches/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dev-dependencies] criterion = { version = "0.3.4", features = ["html_reports"] } num = "0.3.1" -paste = "1.0.4" +paste = "1.0.5" xaynet-core = { path = "../xaynet-core", features = ["testutils"] } [[bench]] diff --git a/rust/xaynet-core/Cargo.toml b/rust/xaynet-core/Cargo.toml index d726f4bd5..05821ebcb 100644 --- a/rust/xaynet-core/Cargo.toml +++ b/rust/xaynet-core/Cargo.toml @@ -38,4 +38,4 @@ thiserror = "1.0.24" testutils = [] [dev-dependencies] -paste = "1.0.4" +paste = "1.0.5" diff --git a/rust/xaynet-sdk/Cargo.toml b/rust/xaynet-sdk/Cargo.toml index 99697b2a8..821f01266 100644 --- a/rust/xaynet-sdk/Cargo.toml +++ b/rust/xaynet-sdk/Cargo.toml @@ -22,7 +22,7 @@ bincode = "1.3.2" derive_more = { version = "0.99.11", default-features = false, features = ["from"] } # TODO: remove once concurrent_futures.rs was moved to the e2e package futures = "0.3.13" -paste = "1.0.4" +paste = "1.0.5" serde = { version = "1.0.123", features = ["derive"] } sodiumoxide = "0.2.6" thiserror = "1.0.24" diff --git a/rust/xaynet-server/Cargo.toml b/rust/xaynet-server/Cargo.toml index 595bc8a98..d825b0813 100644 --- a/rust/xaynet-server/Cargo.toml +++ b/rust/xaynet-server/Cargo.toml @@ -42,7 +42,7 @@ influxdb = { version = "0.3.0", default-features = false, features = ["h1-client num = { version = "0.3.1", features = ["serde"] } num_enum = "0.5.1" once_cell = "1.7.2" -paste = "1.0.4" +paste = "1.0.5" rand = "0.8.3" rand_chacha = "0.3.0" serde = { version = "1.0.123", features = ["derive"] }