Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5085341

Browse files
Bump paste from 1.0.5 to 1.0.6 (#4244)
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](dtolnay/paste@1.0.5...1.0.6) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca8c968 commit 5085341

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/staking-miner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ structopt = "0.3.25"
1313
jsonrpsee-ws-client = { version = "0.3.1", default-features = false, features = ["tokio1"] }
1414
serde_json = "1.0"
1515
serde = "1.0.130"
16-
paste = "1.0.5"
16+
paste = "1.0.6"
1717
thiserror = "1.0.30"
1818

1919
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" }

xcm/xcm-simulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77

88
[dependencies]
99
codec = { package = "parity-scale-codec", version = "2.0.0" }
10-
paste = "1.0.5"
10+
paste = "1.0.6"
1111

1212
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
1313
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }

0 commit comments

Comments
 (0)