This is an automated email from the ASF dual-hosted git repository.
tisonkun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new fe63ec9b4 chore(deps): bump minijinja from 2.5.0 to 2.21.0 in /dev
(#7845)
fe63ec9b4 is described below
commit fe63ec9b49fc86670998dcf917b219909e67b2d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 10:15:14 2026 +0800
chore(deps): bump minijinja from 2.5.0 to 2.21.0 in /dev (#7845)
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.5.0 to
2.21.0.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/mitsuhiko/minijinja/compare/2.5.0...minijinja-go/v2.21.0)
---
updated-dependencies:
- dependency-name: minijinja
dependency-version: 2.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dev/Cargo.lock | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev/Cargo.lock b/dev/Cargo.lock
index 7f623a24e..ef3950a3d 100644
--- a/dev/Cargo.lock
+++ b/dev/Cargo.lock
@@ -520,12 +520,19 @@ version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
+[[package]]
+name = "memo-map"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
+
[[package]]
name = "minijinja"
-version = "2.5.0"
+version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2c37e1b517d1dcd0e51dc36c4567b9d5a29262b3ec8da6cb5d35e27a8fb529b5"
+checksum = "cb3d648e68cea56d9858d535ee28f9538404e2dd8cb08ed0bd05dca379477f39"
dependencies = [
+ "memo-map",
"serde",
]