You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
546 B
26 lines
546 B
--- below-view-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ below-view-0.6.3/Cargo.toml 2023-01-20T03:21:26.579710+00:00
|
|
@@ -39,11 +39,11 @@
|
|
package = "below-common"
|
|
|
|
[dependencies.crossterm]
|
|
-version = "0.23.1"
|
|
+version = "0.25.0"
|
|
features = ["event-stream"]
|
|
|
|
[dependencies.cursive]
|
|
-version = "0.19.0"
|
|
+version = "0.20.0"
|
|
features = ["crossterm-backend"]
|
|
default-features = false
|
|
|
|
@@ -89,7 +89,7 @@
|
|
package = "below-store"
|
|
|
|
[dependencies.toml]
|
|
-version = "=0.5.8"
|
|
+version = "0.5.8"
|
|
|
|
[dev-dependencies.tempdir]
|
|
version = "0.3"
|