From 93d6ee04d4931b5159bdc06d4355e070b4bf6055 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 1/2] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9953649c..f73db16d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4141,9 +4141,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 39b331ff..740f3a4d 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.25" [features] From c1d9d39dc1fa1a264225b4b2fa20c0f57b51015c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:06:33 +0000 Subject: [PATCH 2/2] Bump rsass from 0.25.2 to 0.26.0 Bumps [rsass](https://github.com/kaj/rsass) from 0.25.2 to 0.26.0. - [Release notes](https://github.com/kaj/rsass/releases) - [Changelog](https://github.com/kaj/rsass/blob/main/CHANGELOG.md) - [Commits](https://github.com/kaj/rsass/compare/v0.25.2...v0.26.0) --- updated-dependencies: - dependency-name: rsass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9953649c..027da1db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4124,10 +4124,11 @@ dependencies = [ [[package]] name = "rsass" -version = "0.25.2" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ab003a9ff922b4d7b1f5f383bc54645887ad278f534dfc65e071096fcb30023" +checksum = "665387d3be91521de331a04cc7118c8c129ffe43c5f4e8a61e78990850046b5a" dependencies = [ + "arc-swap", "fastrand", "lazy_static", "nom 7.1.2", diff --git a/Cargo.toml b/Cargo.toml index 39b331ff..a1e7d753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ rev = "0.1.2" [build-dependencies] ructe = "0.14.0" -rsass = "0.25" +rsass = "0.26" [features] default = ["postgres"]