Skip to content

Commit 23fa915

Browse files
Update Rust crate minijinja to v2.5.0 (#9891)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6222bbc commit 23fa915

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
@@ -85,7 +85,7 @@ ipnetwork = "=0.20.0"
8585
json-subscriber = "=0.2.2"
8686
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
8787
lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
88-
minijinja = "=2.4.0"
88+
minijinja = "=2.5.0"
8989
mockall = "=0.13.0"
9090
native-tls = "=0.2.12"
9191
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.93"
1212
chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] }
1313
flate2 = "=1.0.34"
14-
minijinja = "=2.4.0"
14+
minijinja = "=2.5.0"
1515
serde = { version = "=1.0.214", features = ["derive"] }
1616
serde_json = "=1.0.132"
1717
tar = "=0.4.43"

0 commit comments

Comments
 (0)