Browse Source

Bump minijinja from 1.0.10 to 1.0.11

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

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

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

4
Cargo.lock

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

2
acmed/Cargo.toml

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

Loading…
Cancel
Save