aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.lock9
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2e4b911..336f858 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1215,7 +1215,6 @@ version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89786a806d5b192cf4e573f9831c847a455a142d000c922bdfc1e5edad14303"
dependencies = [
- "clap",
"grass_compiler",
"include_sass",
]
@@ -1925,9 +1924,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
-version = "0.2.13"
+version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
+checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[package]]
name = "pin-utils"
@@ -2744,9 +2743,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.36.0"
+version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
+checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
dependencies = [
"backtrace",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index e799fd5..40155f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ colored = "2"
comrak = { version = "0.21", default-features = false }
fast_qr = { version = "0.12", features = ["svg"] }
futures = "0.3"
-grass = { version = "0.13", features = ["macro"] }
+grass = { version = "0.13", features = ["macro"], default-features = false }
hex = "0.4"
http = "0.2"
httparse = "1"