diff --git a/Cargo.lock b/Cargo.lock index 5fa0cc4dbca..af7489b1669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1847,9 +1847,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673d1ece89f7e166f43270800d78f9b1a9d21fda92dbcfa3b98b21213cdccbbc" +checksum = "0b1dbc390e4447b2500c4071d7bc2a808cf07e925bae6b92db8a3c3eae773c58" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 7fc8260d8ae..04e54bd8c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ indicatif = "=0.17.3" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=0.31.0" +minijinja = "=0.31.1" moka = { version = "=0.10.2", features = ["future"] } oauth2 = { version = "=4.3.0", default-features = false, features = ["reqwest"] } once_cell = "=1.17.1"