diff --git a/Cargo.lock b/Cargo.lock index bfcf6d07..e864f3c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,20 +516,13 @@ dependencies = [ "autocfg", ] -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - [[package]] name = "nom8" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75d908f0297c3526d34e478d438b07eefe3d7b0416494d7ffccb17f1c7f7262c" +checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" dependencies = [ "memchr", - "minimal-lexical", ] [[package]] diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index 6d06a3db..2655be3c 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -48,7 +48,7 @@ unbounded = [] [dependencies] indexmap = "1.9.1" -nom8 = "0.1.0" +nom8 = "0.2.0" itertools = "0.10.5" serde = { version = "1.0.145", features = ["derive"], optional = true } kstring = { version = "2.0.0", features = ["max_inline"], optional = true }