🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-05-01 19:40:43.0 +00:00:00
committer GitHub <noreply@github.com> 2025-05-01 19:40:43.0 +00:00:00
commit
072147cd5785696f48c21dcf628eb408aa30fbdb [patch]
tree
d383cb88c88b60a5c512e7d23e748d88079a8890
parent
db82da0c797f08e5489256794fdec8c1805bb93d
download
072147cd5785696f48c21dcf628eb408aa30fbdb.tar.gz

Bump rsass from 0.28.10 to 0.29.2

Bumps [rsass](https://github.com/kaj/rsass) from 0.28.10 to 0.29.2.
- [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.28.10...v0.29.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 57 +++++++++++++++++++++++----------------------------------
 Cargo.toml |  2 +-
 2 files changed, 22 insertions(+), 37 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b62713f..19c90bd 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -337,7 +337,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
 "nom",
 "nom 7.1.3",
]

[[package]]
@@ -2092,50 +2092,38 @@
]

[[package]]
name = "nu-ansi-term"
version = "0.46.0"
name = "nom"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
dependencies = [
 "overload",
 "winapi",
 "memchr",
]

[[package]]
name = "num-bigint"
version = "0.4.6"
name = "nom-language"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
checksum = "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29"
dependencies = [
 "num-integer",
 "num-traits",
 "nom 8.0.0",
]

[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"

[[package]]
name = "num-integer"
version = "0.1.46"
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
 "num-traits",
 "overload",
 "winapi",
]

[[package]]
name = "num-rational"
version = "0.4.2"
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
 "num-bigint",
 "num-integer",
 "num-traits",
]
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"

[[package]]
name = "num-traits"
@@ -2541,18 +2529,15 @@

[[package]]
name = "rsass"
version = "0.28.10"
version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212e14dfa9e48df42c0125c80a213a9a0269103130c8c154080fdbbb79ce7d52"
checksum = "66a407e319fc8289e8582aab6a5291b7231d976e9c3de9668bab89196c900b79"
dependencies = [
 "arc-swap",
 "fastrand",
 "lazy_static",
 "nom",
 "num-bigint",
 "num-integer",
 "num-rational",
 "num-traits",
 "nom 8.0.0",
 "nom-language",
 "tracing",
]

diff --git a/Cargo.toml b/Cargo.toml
index 777cf65..8244605 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -92,7 +92,7 @@

[build-dependencies]
anyhow = "1.0"
rsass = "0.28.0"
rsass = "0.29.2"

[package.metadata.deb]
section = "web"