aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-07-27 18:33:42 -0700
committerGitHub <noreply@github.com>2019-07-27 18:33:42 -0700
commit844a1a4651d6b77a5b48159348d9cccbd8f4c88f (patch)
tree1eaf6a832121c15ae607efd76a8d10d2b6af4d89
parent63a3354007d4c3edbd8065e70cabb486714ebb2f (diff)
parent381d020563ac3c1421c77cd5799a4b78462767b7 (diff)
downloadmilf-rs-844a1a4651d6b77a5b48159348d9cccbd8f4c88f.tar.gz
milf-rs-844a1a4651d6b77a5b48159348d9cccbd8f4c88f.zip
Merge pull request #311 from Aaron1011/feature/update-serde
Bump Serde dependency to 1.0.97
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]