From bc71c3c27863d0b2efe2b873c20e1de3fb97155d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 22:09:49 -0500 Subject: [PATCH] build(deps): bump ructe from 0.12.0 to 0.13.0 (#262) Bumps [ructe](https://github.com/kaj/ructe) from 0.12.0 to 0.13.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.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/go_vanity/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c95748..f7f5fc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1727,9 +1727,9 @@ checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" [[package]] name = "ructe" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8ffc645837eab09b6cbb6772d18897c6309753254592e149b40ff7fb113c01" +checksum = "a3507c22423c8be907293f0aa684b08ac62efb20e0768639fdfbce833481fd30" dependencies = [ "base64 0.12.3", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 03afd0c..1754ec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ mi = { path = "./lib/mi" } patreon = { path = "./lib/patreon" } [build-dependencies] -ructe = { version = "0.12", features = ["warp02"] } +ructe = { version = "0.13", features = ["warp02"] } [dev-dependencies] pfacts = "0" diff --git a/lib/go_vanity/Cargo.toml b/lib/go_vanity/Cargo.toml index f4e5432..d753a8a 100644 --- a/lib/go_vanity/Cargo.toml +++ b/lib/go_vanity/Cargo.toml @@ -12,4 +12,4 @@ mime = "0.3.0" warp = "0.2" [build-dependencies] -ructe = { version = "0.12", features = ["warp02"] } +ructe = { version = "0.13", features = ["warp02"] }