diff --git a/Cargo.lock b/Cargo.lock index 4106c8655fb..607bde9c973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2951,9 +2951,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7d3e3a3eece1fa4618237ad41e1de855ced47eab705cec1c9a920e1d1c5aad" +checksum = "333d5c65ea267f8aa0516c4ddeeb6547a53bd2d003659307eda21ceff9d19dbf" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index b136522deb3..7c10bd7389c 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.2.0" +minijinja = "=2.3.0" mockall = "=0.13.0" native-tls = "=0.2.12" oauth2 = "=4.4.2"