aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jake Swenson <jakeswenson@users.noreply.github.com> 2021-12-11 11:41:56 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-11 19:41:56 +0000
commit2ece1b86a884052de96d7ea4758c8a0fa2707ffe (patch)
tree80ecda1f9ef4c3dfa7f41fb2986870589a97207a
parentf48378ec16af1035af32ed16592099104a552d90 (diff)
downloadnotion-2ece1b86a884052de96d7ea4758c8a0fa2707ffe.tar.gz
notion-2ece1b86a884052de96d7ea4758c8a0fa2707ffe.tar.zst
notion-2ece1b86a884052de96d7ea4758c8a0fa2707ffe.zip
chore(versions): Update dependency versions (#21)
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ec9dacf..5fb5de9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT"
[dependencies]
serde_json = "1.0"
thiserror = "1.0"
-tracing = "0.1.26"
+tracing = "0.1"
[dependencies.chrono]
version = "0.4"
@@ -34,7 +34,7 @@ features = ["derive"]
cargo-husky = "1"
wiremock = "0.5.2"
anyhow = "1.0.40"
-clap = { version = "3.0.0-rc.0", features = ["derive"] }
+clap = { version = "3.0.0-rc.1", features = ["derive"] }
skim = "0.9.4"
crossbeam-channel = "0.5"
toml = "0.5.8"