diff --git a/Cargo.lock b/Cargo.lock index 8ece6772331..b499fdba961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1836,9 +1836,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e652fc272a5c30f6fc4d2851c9a9d671a88383074e48fcb62e0779e32933d3c" +checksum = "0b87ed26dce64aa3ed1662c33f1b9ba15f4fcdfbf55a733557ad464fbb519b1c" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 7075a02bce4..6f360953762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ indicatif = "=0.17.5" 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 = "=1.0.0" +minijinja = "=1.0.1" moka = { version = "=0.11.2", features = ["future"] } oauth2 = { version = "=4.4.1", default-features = false, features = ["reqwest"] } once_cell = "=1.18.0"