diff --git a/Cargo.lock b/Cargo.lock index 32512e10a0..5fbcedb29c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10235,9 +10235,9 @@ checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" [[package]] name = "tempfile" -version = "3.24.0" +version = "3.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" +checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand 2.3.0", "getrandom 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index b88833a08f..7fb0581394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,5 +132,5 @@ substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", b bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } hex-literal = "0.4" sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -tempfile = "3.24" +tempfile = "3.25" finality-grandpa = { version = "0.16.2" }