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.
22 lines
448 B
22 lines
448 B
--- below-common-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ below-common-0.6.3/Cargo.toml 2023-01-18T16:43:18.137715+00:00
|
|
@@ -35,7 +35,7 @@
|
|
default-features = false
|
|
|
|
[dependencies.cursive]
|
|
-version = "0.19.0"
|
|
+version = "0.20.0"
|
|
features = ["crossterm-backend"]
|
|
default-features = false
|
|
|
|
@@ -53,6 +53,9 @@
|
|
]
|
|
default-features = false
|
|
|
|
+[dependencies.regex-syntax]
|
|
+version = "0.6"
|
|
+
|
|
[dependencies.slog]
|
|
version = "2.7"
|
|
features = [
|