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

Commit 79e6400

Browse files
Bump paste from 1.0.6 to 1.0.7 (#5215)
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](dtolnay/paste@1.0.6...1.0.7) --- 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 d348447 commit 79e6400

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/staking-miner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clap = { version = "3.1", features = ["derive", "env"] }
1010
tracing-subscriber = { version = "0.3.10", features = ["env-filter"] }
1111
jsonrpsee = { version = "0.8", features = ["ws-client", "macros"] }
1212
log = "0.4.16"
13-
paste = "1.0.6"
13+
paste = "1.0.7"
1414
serde = "1.0.136"
1515
serde_json = "1.0"
1616
thiserror = "1.0.30"

xcm/xcm-simulator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
codec = { package = "parity-scale-codec", version = "3.0.0" }
10-
paste = "1.0.6"
10+
paste = "1.0.7"
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)