diff --git a/Cargo.lock b/Cargo.lock index 8ae8ea6ea28..331c3b17e4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3034,9 +3034,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1028b628753a7e1a88fc59c9ba4b02ecc3bc0bd3c7af23df667bc28df9b3310e" +checksum = "c9ca8daf4b0b4029777f1bc6e1aedd1aec7b74c276a43bc6f620a8e1a1c0a90e" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index b160246f80e..d8bb8b356c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ ipnetwork = "=0.20.0" json-subscriber = "=0.2.2" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=2.3.1" +minijinja = "=2.4.0" mockall = "=0.13.0" native-tls = "=0.2.12" oauth2 = "=4.4.2" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index ede56f4e48e..6052294f974 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.91" chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] } flate2 = "=1.0.34" -minijinja = "=2.3.1" +minijinja = "=2.4.0" serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.42"