Skip to content

Commit a7c5262

Browse files
Update Rust crate minijinja to v2.4.0 (#9758)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8ef4e1 commit a7c5262

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ipnetwork = "=0.20.0"
8484
json-subscriber = "=0.2.2"
8585
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
8686
lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
87-
minijinja = "=2.3.1"
87+
minijinja = "=2.4.0"
8888
mockall = "=0.13.0"
8989
native-tls = "=0.2.12"
9090
oauth2 = "=4.4.2"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
anyhow = "=1.0.91"
1212
chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] }
1313
flate2 = "=1.0.34"
14-
minijinja = "=2.3.1"
14+
minijinja = "=2.4.0"
1515
serde = { version = "=1.0.213", features = ["derive"] }
1616
serde_json = "=1.0.132"
1717
tar = "=0.4.42"

0 commit comments

Comments
 (0)