From 381d020563ac3c1421c77cd5799a4b78462767b7 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sat, 27 Jul 2019 20:41:01 -0400 Subject: Bump Serde dependency to 1.0.97 toml-rs depends on some Serde types not present in Serde 1.0.0 (e.g BorrowedStrDeserializer). By explicitly depending on a newever version, we ensure compatibility with any crates using '-Z minimal-versions' Note that we could probably depend on an older version of Serde, but I didn't see much point in finding the exact minimum patch release that's compatible with toml-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1b23cea..6a76cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ members = ['test-suite'] travis-ci = { repository = "alexcrichton/toml-rs" } [dependencies] -serde = "1.0" +serde = "1.0.97" linked-hash-map = { version = "0.5", optional = true } [dev-dependencies] -- cgit v1.2.3