Skip to content

Commit

Permalink
Bump nom from 7.1.2 to 7.1.3 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 218b5fb commit 1747d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -25,7 +25,7 @@ lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
libm = "0.2.6"
linked_list_allocator = "0.10.4"
littlewing = { version = "0.7.0", default-features = false }
nom = { version = "7.1.2", default-features = false, features = ["alloc"] }
nom = { version = "7.1.3", default-features = false, features = ["alloc"] }
num-bigint = { version = "0.4.3", default-features = false }
num-traits = { version = "0.2.15", default-features = false }
object = { version = "0.30.3", default-features = false, features = ["read"] }
Expand Down

0 comments on commit 1747d68

Please sign in to comment.