Bump rsass from 0.24.0 to 0.25.0

Bumps [rsass](https://github.com/kaj/rsass) from 0.24.0 to 0.25.0.
- [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.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: rsass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] 2 years ago committed by GitHub
parent 3b0b6c4b0b
commit 4ea9f6ecf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated

@ -4052,9 +4052,9 @@ dependencies = [
[[package]]
name = "rsass"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d74a71f39f2d0e35ada983c76aeaa3a58b6c5735c8865073a87d190219c64eb1"
checksum = "c0a591e01b92182a881aa6d89df6e56c6923a6589662c0194921466024d7d78b"
dependencies = [
"fastrand",
"lazy_static",
@ -4064,6 +4064,7 @@ dependencies = [
"num-integer",
"num-rational",
"num-traits 0.2.15",
"tracing",
]
[[package]]

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

Loading…
Cancel
Save