diff --git a/Cargo.lock b/Cargo.lock index 8b70449ba68..d23d3e4d0b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2951,9 +2951,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "333d5c65ea267f8aa0516c4ddeeb6547a53bd2d003659307eda21ceff9d19dbf" +checksum = "1028b628753a7e1a88fc59c9ba4b02ecc3bc0bd3c7af23df667bc28df9b3310e" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 88cea60a340..8ac1bbb36b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ indicatif = "=0.17.8" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.9", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=2.3.0" +minijinja = "=2.3.1" mockall = "=0.13.0" native-tls = "=0.2.12" oauth2 = "=4.4.2"