Skip to content

Commit

Permalink
chore(nom): update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Apr 18, 2022
1 parent 803dffa commit f5fb62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yarn-lock-parser"
description = "yarn.lock parser"
version = "0.1.1"
version = "0.2.0"
authors = ["Roberto Huertas <roberto.huertas@outlook.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -19,5 +19,5 @@ exclude = [
maintenance = { status = "actively-developed" }

[dependencies]
nom = "6.1.2"
nom = "7.1.1"
thiserror = "1.0.24"

0 comments on commit f5fb62b

Please sign in to comment.