From 7880190415ea5b0d9a1bfd49ca4d8fcec32cede5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 11:34:40 +0000 Subject: [PATCH] Bump paste from 1.0.4 to 1.0.5 (#3340) 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) --- updated-dependencies: - dependency-name: paste 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> --- polkadot/Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index cd50ba22e9..d49b76de1e 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1923,7 +1923,7 @@ dependencies = [ "linregress", "log", "parity-scale-codec", - "paste 1.0.4", + "paste 1.0.5", "sp-api", "sp-io", "sp-runtime", @@ -2007,7 +2007,7 @@ dependencies = [ "max-encoded-len", "once_cell", "parity-scale-codec", - "paste 1.0.4", + "paste 1.0.5", "serde", "smallvec 1.6.1", "sp-arithmetic", @@ -5087,7 +5087,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "paste 1.0.4", + "paste 1.0.5", "rand_chacha 0.2.2", "serde", "sp-application-crypto", @@ -5509,9 +5509,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 = "paste-impl" @@ -9203,7 +9203,7 @@ version = "0.9.5" dependencies = [ "enumn", "parity-scale-codec", - "paste 1.0.4", + "paste 1.0.5", "sp-runtime", "sp-std", ] @@ -9738,7 +9738,7 @@ dependencies = [ "max-encoded-len", "parity-scale-codec", "parity-util-mem", - "paste 1.0.4", + "paste 1.0.5", "rand 0.7.3", "serde", "sp-application-crypto", @@ -11415,7 +11415,7 @@ dependencies = [ "lazy_static", "libc", "log", - "paste 1.0.4", + "paste 1.0.5", "psm", "region", "rustc-demangle",