diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-29 04:13:25 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-07-29 09:37:29 +0200 |
commit | cf160a724c028eb5dde8b0a617800792fba872df (patch) | |
tree | c27105e551d1c37d888780784a9813cb1c73aac2 | |
parent | 16a37f409776775341c5de8a8812eaeb8b1fe7f0 (diff) | |
download | askama-cf160a724c028eb5dde8b0a617800792fba872df.tar.gz askama-cf160a724c028eb5dde8b0a617800792fba872df.tar.bz2 askama-cf160a724c028eb5dde8b0a617800792fba872df.zip |
Update serde_yaml requirement from 0.8 to 0.9
Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.0...0.9.0)
---
updated-dependencies:
- dependency-name: serde_yaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | askama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index c6ca613..7a4aef1 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -46,7 +46,7 @@ dep_num_traits = { package = "num-traits", version = "0.2.6", optional = true } percent-encoding = { version = "2.1.0", optional = true } serde = { version = "1.0", optional = true, features = ["derive"] } serde_json = { version = "1.0", optional = true } -serde_yaml = { version = "0.8", optional = true } +serde_yaml = { version = "0.9", optional = true } [package.metadata.docs.rs] features = ["config", "humansize", "num-traits", "serde-json", "serde-yaml"] |