From 3030dbcfd3204d73de3f4fec2ae1073fa390f798 Mon Sep 17 00:00:00 2001 From: Dan Fritchman Date: Mon, 19 Dec 2022 10:04:23 -0800 Subject: [PATCH] Upgrade toml dependency for #33 (to no avail) --- layout21utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout21utils/Cargo.toml b/layout21utils/Cargo.toml index 011ec80..6855f11 100644 --- a/layout21utils/Cargo.toml +++ b/layout21utils/Cargo.toml @@ -16,5 +16,5 @@ serde_derive = "1.0.88" serde_json = "1.0" serde_yaml = "0.8" textwrap = "0.14.2" -toml = "0.5.7" +toml = "0.5.10" schemars = {version = "0.8.10", features = ["rust_decimal"] }