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.
|
|
|
--- exa-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
|
|
+++ exa-0.9.0/Cargo.toml 2020-05-17T07:49:43.278368+00:00
|
|
|
|
@@ -42,13 +42,13 @@
|
|
|
|
version = "0.12.0"
|
|
|
|
|
|
|
|
[dependencies.datetime]
|
|
|
|
-version = "0.4.7"
|
|
|
|
+version = "0.5"
|
|
|
|
|
|
|
|
[dependencies.env_logger]
|
|
|
|
-version = "0.6.1"
|
|
|
|
+version = "0.7.1"
|
|
|
|
|
|
|
|
[dependencies.git2]
|
|
|
|
-version = "0.9.1"
|
|
|
|
+version = "0.13"
|
|
|
|
optional = true
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
@@ -92,11 +92,10 @@
|
|
|
|
version = "0.9.1"
|
|
|
|
|
|
|
|
[dependencies.zoneinfo_compiled]
|
|
|
|
-version = "0.4.8"
|
|
|
|
+version = "0.5"
|
|
|
|
[build-dependencies.datetime]
|
|
|
|
-version = "0.4.7"
|
|
|
|
+version = "0.5"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["git"]
|
|
|
|
git = ["git2"]
|
|
|
|
-vendored-openssl = ["git2/vendored-openssl"]
|