diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 1aa0c9e462..d8775fc2a5 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -6140,9 +6140,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5" +checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" [[package]] name = "pbkdf2" diff --git a/polkadot/utils/staking-miner/Cargo.toml b/polkadot/utils/staking-miner/Cargo.toml index de9c8ecdfc..645a018b9f 100644 --- a/polkadot/utils/staking-miner/Cargo.toml +++ b/polkadot/utils/staking-miner/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "3.1", features = ["derive", "env"] } tracing-subscriber = { version = "0.3.10", features = ["env-filter"] } jsonrpsee = { version = "0.8", features = ["ws-client", "macros"] } log = "0.4.16" -paste = "1.0.6" +paste = "1.0.7" serde = "1.0.136" serde_json = "1.0" thiserror = "1.0.30" diff --git a/polkadot/xcm/xcm-simulator/Cargo.toml b/polkadot/xcm/xcm-simulator/Cargo.toml index 7a881dce24..aecfc878f3 100644 --- a/polkadot/xcm/xcm-simulator/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } -paste = "1.0.6" +paste = "1.0.7" frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }