From 0763366a82e342a43c69a69f93c754efe9e2c481 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 13 Feb 2021 10:06:01 +0000 Subject: Cargo.{lock,toml}: Update pandoc_ast and serde-aux Signed-off-by: Daniel Silverstone --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 224ef7c..f5fc6ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,9 +496,9 @@ dependencies = [ [[package]] name = "pandoc_ast" -version = "0.7.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b960d9b78f94feb2a43ace4dda1d2b924a0d5a0639f399620fb54fe2943a9e7" +checksum = "a940e63c65b34a7be2f847de6847b4bc9b68d74e3f7a5c648ca2fa5317f3bd06" dependencies = [ "serde", "serde_derive", @@ -817,9 +817,9 @@ dependencies = [ [[package]] name = "serde-aux" -version = "1.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "905f2fc9f3d1574e8b5923a58118240021f01d4e239673937ffb9f42707a4f22" +checksum = "0162d500b846a7b331e583abaaa9c5c63c5777aa515dda3567c410ba243ce8be" dependencies = [ "chrono", "serde", diff --git a/Cargo.toml b/Cargo.toml index 92a0901..71b3923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://gitlab.com/larswirzenius/subplot" members = [ "subplotlib", "subplotlib-derive" ] [dependencies] -pandoc_ast = "0.7.2" +pandoc_ast = "0.8" pandoc = "0.8.0" structopt = "0.3" base64 = "0.13.0" @@ -28,7 +28,7 @@ regex = "1" serde_yaml = "0.8.11" serde_json = "1.0" serde = { version = "1.0.101", features = ["derive"] } -serde-aux = "1.1.0" +serde-aux = "2.1" chrono = "0.4" thiserror = "1" anyhow = "1" -- cgit v1.2.1