From 3303a4af84be21252a47be24743d97578191be18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:06:09 +0000 Subject: [PATCH] Bump ructe from 0.14.2 to 0.15.0 Bumps [ructe](https://github.com/kaj/ructe) from 0.14.2 to 0.15.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.14.2...v0.15.0) --- updated-dependencies: - dependency-name: ructe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Change blog title specification Revert "Change blog title specification" This reverts commit a362b2474fa32b0e937f59acb9edb68d462c0719. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 027da1db..1119ad6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4142,9 +4142,9 @@ dependencies = [ [[package]] name = "ructe" -version = "0.14.2" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef279e568db5dad3a1867112fedc63e2f0567991e82beec01c04ade6bd53c08a" +checksum = "85517cd381cf0c34694881d8aaf173107c6af7670e66cec18d7a1a8bfce3b758" dependencies = [ "base64 0.13.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index a1e7d753..b3e3912f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ git = "https://git.joinplu.me/plume/rocket_csrf" rev = "0.1.2" [build-dependencies] -ructe = "0.14.0" +ructe = "0.15.0" rsass = "0.26" [features]