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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-06 19:06:33 +00:00 committed by GitHub
parent ae7bf2e132
commit c1d9d39dc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -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",

View file

@ -65,7 +65,7 @@ rev = "0.1.2"
[build-dependencies]
ructe = "0.14.0"
rsass = "0.25"
rsass = "0.26"
[features]
default = ["postgres"]