summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 11:56:11 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 15:45:32 +0100
commit23fac557d5821e7d5b37a58cd557bf445a755710 (patch)
tree25f0c2c46b98cc1c24834922909ddf316c2d1457 /Cargo.toml
parente4b2b281d231f4c32496ce81b661064f24eba195 (diff)
downloadsubplot-23fac557d5821e7d5b37a58cd557bf445a755710.tar.gz
(chore): Update serde-aux dependency to remove chrono
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04efa56..2f20738 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ pulldown-cmark = "0.9.0"
regex = "1"
roadmap = "0.4"
serde = { version = "1.0.101", features = ["derive"] }
-serde-aux = "3.0"
+serde-aux = { version = "3.0", default-features = false }
serde_json = "1.0"
serde_yaml = "0.8.11"
structopt = "0.3"