Skip to content

Commit ea931ad

Browse files
authored
Merge pull request #36 from jcfj/master
Upgrade to nom 7 to get a clean rustsec audit
2 parents 1b92dfa + 28585bc commit ea931ad

File tree

7 files changed

+598
-593
lines changed

7 files changed

+598
-593
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ license = "MIT"
1111
exclude = [".idea/**/*", "classfile-parser.iml", "java-assets/out/**/*"]
1212

1313
[dependencies]
14-
nom = "5.1.3"
14+
nom = "7"
1515
bitflags = "^2.3"
1616
cesu8 = "^1.1"

0 commit comments

Comments
 (0)