aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-23 10:52:10 -0500
committerGitHub <noreply@github.com>2023-01-23 10:52:10 -0500
commita063bc974f149a7d06146147b67befac597cc2b4 (patch)
tree33595ebc29604a559c4f3d682c51371ac8a55b98
parentb764de860fcc1dddd97617cf5923a23608f90806 (diff)
downloadxesite-a063bc974f149a7d06146147b67befac597cc2b4.tar.xz
xesite-a063bc974f149a7d06146147b67befac597cc2b4.zip
build(deps): bump ructe from 0.15.0 to 0.16.0 (#596)
Bumps [ructe](https://github.com/kaj/ructe) from 0.15.0 to 0.16.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.15.0...v0.16.0) --- updated-dependencies: - dependency-name: ructe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4260ab9..e76dbb0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2345,11 +2345,11 @@ dependencies = [
[[package]]
name = "ructe"
-version = "0.15.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85517cd381cf0c34694881d8aaf173107c6af7670e66cec18d7a1a8bfce3b758"
+checksum = "3a08274953d9f290e34cf6e0335d784b76248dadff96381f94ab42e91e487555"
dependencies = [
- "base64 0.13.1",
+ "base64 0.21.0",
"bytecount",
"itertools",
"md5",
diff --git a/Cargo.toml b/Cargo.toml
index 59e3bb5..ba42223 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ features = [ "full" ]
sdnotify = { version = "0.2", default-features = false }
[build-dependencies]
-ructe = { version = "0.15", features = [ "mime03" ] }
+ructe = { version = "0.16", features = [ "mime03" ] }
[dev-dependencies]
pfacts = "0"