From 96d9940f70775ee4d7c5c5a4a47e2107aafb9c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:24:11 +0000 Subject: [PATCH] chore: bump minijinja from 2.4.0 to 2.5.0 (#5011) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- prqlc/prqlc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e768802c834..3be0fbf00b2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2289,9 +2289,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9ca8daf4b0b4029777f1bc6e1aedd1aec7b74c276a43bc6f620a8e1a1c0a90e" +checksum = "2c37e1b517d1dcd0e51dc36c4567b9d5a29262b3ec8da6cb5d35e27a8fb529b5" dependencies = [ "serde", ] diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index 29951ebdc04a..77341883510a 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -97,7 +97,7 @@ walkdir = { version = "2.5.0", optional = true } # We use minijinja just for the Jinja lexer, which is not part of the # public interface which is covered by semver guarantees. -minijinja = { version = "2.4.0", features = [ +minijinja = { version = "2.5.0", features = [ "unstable_machinery", ], optional = true }