Bump ructe from 0.16.1 to 0.17.0

Bumps [ructe](https://github.com/kaj/ructe) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/kaj/ructe/releases)
- [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kaj/ructe/compare/v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: ructe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-24 04:06:44 +00:00 committed by GitHub
parent f86c59fe41
commit 514960324c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -1675,9 +1675,9 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.10.5" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [ dependencies = [
"either", "either",
] ]
@ -2338,9 +2338,9 @@ dependencies = [
[[package]] [[package]]
name = "ructe" name = "ructe"
version = "0.16.1" version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c86c1631418815c5947a34be5872806586c65398754ec91cc2df35a8e26ba8" checksum = "9b0a930679d54e46fa4e66be3d9a333026da04d2b659e42aab4dfd1586452815"
dependencies = [ dependencies = [
"base64 0.21.2", "base64 0.21.2",
"bytecount", "bytecount",

View File

@ -38,11 +38,11 @@ tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"]
[build-dependencies] [build-dependencies]
anyhow = "1.0.72" anyhow = "1.0.72"
ructe = { version = "0.16.1", features = ["mime03"] } ructe = { version = "0.17.0", features = ["mime03"] }
vergen = { version = "8.2.4", default-features = false, features = ["git", "gitoxide"] } vergen = { version = "8.2.4", default-features = false, features = ["git", "gitoxide"] }
[dev-dependencies] [dev-dependencies]
awc = "3.1.1" awc = "3.1.1"
ructe = "0.16.1" ructe = "0.17.0"
tempfile = "3.7.0" tempfile = "3.7.0"
tokio = "1.29.1" tokio = "1.29.1"