summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-11-21 15:28:08 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-11-21 15:28:08 +0000
commitbeaf0481508e8cf0d3150d188902c45079a44f02 (patch)
tree56a6763ef4c3ad5da9bdec8799d6a50da165238e /Cargo.toml
parent52d050fc51fc166c697164450b2c31125e57b131 (diff)
downloadsubplot-beaf0481508e8cf0d3150d188902c45079a44f02.tar.gz
chore: Update serde-aux
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 bb4afc5..ef4cb62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ regex = "1"
serde_yaml = "0.8.11"
serde_json = "1.0"
serde = { version = "1.0.101", features = ["derive"] }
-serde-aux = "0.6.1"
+serde-aux = "1.1.0"
chrono = "0.4"
thiserror = "1"
anyhow = "1"