diff --git a/Cargo.lock b/Cargo.lock index 5fdb04c..43a8f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10833,9 +10833,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.0" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "snap" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f1a0fb1..b2524a3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = hex-literal = { version = "0.4.1", optional = true } log = { version = "0.4.20", default-features = false } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } -smallvec = "1.11.0" +smallvec = "1.11.2" # Local pallet-parachain-template = { path = "../pallets/template", default-features = false }