From 22036c6a94201f9a5cb6a0b6035832df26d41f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 19:29:57 +0000 Subject: [PATCH] Bump rsass from 0.23.0 to 0.23.2 Bumps [rsass](https://github.com/kaj/rsass) from 0.23.0 to 0.23.2. - [Release notes](https://github.com/kaj/rsass/releases) - [Changelog](https://github.com/kaj/rsass/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaj/rsass/compare/v0.23.0...v0.23.2) --- updated-dependencies: - dependency-name: rsass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f81d19f..f6d2e6b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3933,9 +3933,9 @@ dependencies = [ [[package]] name = "rsass" -version = "0.23.0" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da5895d80d89e1b59f12ac5433919a32a1495267d5e09189923420eec89b01c" +checksum = "47d3d887143c4ffd66335779e475de36320725e486061c011df346638f41ee9a" dependencies = [ "fastrand", "lazy_static",