diff --git a/Cargo.lock b/Cargo.lock index e58ede4c2ad..b0d81e8ab0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2493,9 +2493,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "208758577ef2c86cf5dd3e85730d161413ec3284e2d73b2ef65d9a24d9971bcb" +checksum = "431d72874542d43aba1ca605870eacab134fdeb0c8fe27666ecf4b2662239df2" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 8a9197cd76b..cdf5e8701c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ indicatif = "=0.17.7" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.4", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=1.0.10" +minijinja = "=1.0.11" moka = { version = "=0.12.2", features = ["future"] } oauth2 = { version = "=4.4.2", default-features = false, features = ["reqwest"] } object_store = { version = "=0.9.0", features = ["aws"] }