Skip to content

Commit

Permalink
Bump nom from 7.1.0 to 7.1.1 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 19, 2022
1 parent 8c766bf commit 38e13e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
libm = "0.2.1"
linked_list_allocator = "0.9.1"
littlewing = { version = "0.7.0", default-features = false }
nom = { version = "7.1.0", default-features = false, features = ["alloc"] }
nom = { version = "7.1.1", default-features = false, features = ["alloc"] }
object = { version = "0.27.1", default-features = false, features = ["read"] }
pbkdf2 = { version = "0.10.0", default-features = false }
pc-keyboard = "0.5.1"
Expand Down

0 comments on commit 38e13e6

Please sign in to comment.