Update Cargo.toml

upped nom dependency to 5.1.0
This commit is contained in:
Vadim Getmanshchuk 2020-02-12 12:19:40 -08:00 committed by GitHub
parent 22571a3404
commit ca07767eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"