From 6f91c5035fbfcc06466b5be48b99788602b8408e Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Sun, 14 Apr 2019 18:19:43 +0200 Subject: update toml to v0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0bd5bfc..89084e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "1.0" serde = "1.0.8" nom = "4.0.0" -toml = { version = "0.4.1", optional = true } +toml = { version = "0.5", optional = true } serde_json = { version = "1.0.2", optional = true } yaml-rust = { version = "0.4", optional = true } serde-hjson = { version = "0.8.2", optional = true } -- cgit v1.2.3