Bump rsass from 0.27.0 to 0.28.0
Bumps [rsass](https://github.com/kaj/rsass) from 0.27.0 to 0.28.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/commits)
---
updated-dependencies:
- dependency-name: rsass
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diff
Cargo.lock | 16 ++++++++++++----
Cargo.toml | 2 +-
2 files changed, 12 insertions(+), 6 deletions(-)
@@ -828,6 +828,12 @@
]
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
name = "flate2"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -916,7 +922,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand",
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
@@ -1972,12 +1978,12 @@
[[package]]
name = "rsass"
version = "0.27.0"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a43695dd28122f6c684273de89796a56a98e02e9694b8ab57b160fdc6e6d69af"
checksum = "ff273c95b8e067372ea9386d76e5aa28f36ff0cbb2b85f208921665070587a06"
dependencies = [
"arc-swap",
"fastrand",
"fastrand 2.0.0",
"lazy_static",
"nom",
"num-bigint",
@@ -2348,7 +2354,7 @@
dependencies = [
"autocfg",
"cfg-if",
"fastrand",
"fastrand 1.9.0",
"redox_syscall 0.3.5",
"rustix 0.37.23",
"windows-sys 0.48.0",
@@ -44,4 +44,4 @@
[build-dependencies]
anyhow = "1.0"
rsass = "0.27.0"
rsass = "0.28.0"