Browse Source

Bump minijinja from 1.0.11 to 1.0.12

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.11 to 1.0.12.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.11...1.0.12)

---
updated-dependencies:
- dependency-name: minijinja
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/127/head
dependabot[bot] 4 months ago
committed by GitHub
parent
commit
a08708023d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      acmed/Cargo.toml

4
Cargo.lock

@ -857,9 +857,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minijinja"
version = "1.0.11"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "431d72874542d43aba1ca605870eacab134fdeb0c8fe27666ecf4b2662239df2"
checksum = "6fe0ff215195a22884d867b547c70a0c4815cbbcc70991f281dca604b20d10ce"
dependencies = [
"serde",
]

2
acmed/Cargo.toml

@ -36,7 +36,7 @@ toml = "0.8"
tokio = { version = "1", features = ["full"] }
rand = "0.8.5"
reqwest = "0.11.16"
minijinja = "1.0.3"
minijinja = "1.0.12"
[target.'cfg(unix)'.dependencies]
nix = { version = "0.27", features = ["fs", "user"] }

Loading…
Cancel
Save