From fc7c3cfac033bc8f98a73341e60f876f43b0944a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 11:54:34 +0000 Subject: [PATCH] build(deps): bump paste from 1.0.12 to 1.0.14 Bumps [paste](https://github.com/dtolnay/paste) from 1.0.12 to 1.0.14. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.12...1.0.14) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pallets/creditcoin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9291fb620c..4702d0a1bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5432,9 +5432,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pbkdf2" diff --git a/pallets/creditcoin/Cargo.toml b/pallets/creditcoin/Cargo.toml index f2d24448c5..9c2a73ba55 100644 --- a/pallets/creditcoin/Cargo.toml +++ b/pallets/creditcoin/Cargo.toml @@ -34,7 +34,7 @@ log = { workspace = true } pallet-balances = { workspace = true } pallet-timestamp = { workspace = true } parity-scale-codec = { workspace = true } -paste = "1.0.11" +paste = "1.0.14" scale-info = { workspace = true } serde = { workspace = true } serde_json = { version = "1.0.96", features = [