diff --git a/Cargo.lock b/Cargo.lock index c900aea..f313fc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,12 +656,11 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.16.0" +version = "2.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c54f3bcc034dd74496b5ca929fd0b710186672d5ff0b0f255a9ceb259042ece" +checksum = "328251e58ad8e415be6198888fc207502727dc77945806421ab34f35bf012e7d" dependencies = [ "memo-map", - "self_cell", "serde", ] @@ -925,12 +924,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "self_cell" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" - [[package]] name = "serde" version = "1.0.228"