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 d0bbdc5..b87124f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,11 +10,12 @@ description = "A Notion Api Client"
license = "MIT"
[dependencies]
-serde_json = "1.0.64"
-snafu = "0.6.10"
+serde_json = "1.0"
+thiserror = "1.0"
+tracing = "0.1.26"
[dependencies.chrono]
-version = "0.4.19"
+version = "0.4"
features = ["serde"]
[dependencies.reqwest]