aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e19132..035b702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,8 @@ tracing = "0.1"
[dependencies.chrono]
version = "0.4"
-features = ["serde"]
+default-features = false
+features = ["serde", "clock"]
[dependencies.reqwest]
version = "0.11"
@@ -34,8 +35,8 @@ features = ["derive"]
cargo-husky = "1"
wiremock = "0.5.2"
anyhow = "1.0.40"
-clap = { version = "3.0.0-rc.1", features = ["derive"] }
-skim = "0.9.4"
+clap = { version = "4.0", features = ["derive"] }
+skim = "0.10.2"
crossbeam-channel = "0.5"
toml = "0.5.8"