diff --git a/Cargo.lock b/Cargo.lock index cc163f7b9..715fe69b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,9 +276,9 @@ checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" [[package]] name = "nom" -version = "7.1.2" +version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ "memchr", "minimal-lexical", diff --git a/Cargo.toml b/Cargo.toml index 05956dde7..74a390bc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }