Skip to content

Commit

Permalink
Merge pull request #36 from jcfj/master
Browse files Browse the repository at this point in the history
Upgrade to nom 7 to get a clean rustsec audit
  • Loading branch information
Palmr authored Oct 10, 2024
2 parents 1b92dfa + 28585bc commit ea931ad
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 593 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ license = "MIT"
exclude = [".idea/**/*", "classfile-parser.iml", "java-assets/out/**/*"]

[dependencies]
nom = "5.1.3"
nom = "7"
bitflags = "^2.3"
cesu8 = "^1.1"
Loading

0 comments on commit ea931ad

Please sign in to comment.