🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2023-07-09 20:09:58.0 +00:00:00
committer GitHub <noreply@github.com> 2023-07-09 20:09:58.0 +00:00:00
commit
7dacdd49fd1b4cee76a45c204869ab226c8c65eb [patch]
tree
28c9076e295bc6b2989988321b060c918ff8b4e0
parent
6bfc215830c65186c8e252d86c73e067326dc11c
parent
6a06622688ed8051b255236e74c55c6fa4ed63e2
download
7dacdd49fd1b4cee76a45c204869ab226c8c65eb.tar.gz

Merge pull request #1 from w4/dependabot/cargo/rsass-0.28.0

Bump rsass from 0.27.0 to 0.28.0

Diff

 Cargo.lock | 16 +++++++++++-----
 Cargo.toml |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 0e90e75..fc202d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -828,6 +828,12 @@ dependencies = [
]

[[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 @@ version = "1.13.0"
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 @@ dependencies = [

[[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 @@ checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
dependencies = [
 "autocfg",
 "cfg-if",
 "fastrand",
 "fastrand 1.9.0",
 "redox_syscall 0.3.5",
 "rustix 0.37.23",
 "windows-sys 0.48.0",
diff --git a/Cargo.toml b/Cargo.toml
index 1c40fd1..144ca63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,4 +44,4 @@ yoke = { version = "0.7.1", features = ["derive"] }

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