|
@@ -23,7 +23,9 @@ rustc-hash = "1.1.0"
|
|
|
# Used in diffing
|
|
|
longest-increasing-subsequence = "0.1.0"
|
|
|
|
|
|
-futures-util = { version = "0.3", default-features = false, features = ["alloc"]}
|
|
|
+futures-util = { version = "0.3", default-features = false, features = [
|
|
|
+ "alloc",
|
|
|
+] }
|
|
|
|
|
|
slab = "0.4"
|
|
|
|
|
@@ -37,7 +39,7 @@ log = "0.4.17"
|
|
|
# Serialize the Edits for use in Webview/Liveview instances
|
|
|
serde = { version = "1", features = ["derive"], optional = true }
|
|
|
|
|
|
-bumpslab = { git = "https://github.com/jkelleyrtp/bumpslab" }
|
|
|
+bumpslab = { version = "0.2.0" }
|
|
|
|
|
|
[dev-dependencies]
|
|
|
tokio = { version = "1", features = ["full"] }
|