From ca07767eb40db623b8d7ffaed0103113eb3e75ca Mon Sep 17 00:00:00 2001 From: Vadim Getmanshchuk Date: Wed, 12 Feb 2020 12:19:40 -0800 Subject: [PATCH] Update Cargo.toml upped nom dependency to 5.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fb28c3..4df9c4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ documentation = "https://rutgersc.github.io/doc/m3u8_rs/index.html" license = "MIT" [dependencies] -nom = "^1.2.3" +nom = "5.1.0"