diff --git a/Cargo.lock b/Cargo.lock index 1e495f1..bd9e375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.1" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f23a5f4511b296579b6c83e437fe85fa7ece22e3ec44e45ddb975bcf57c3dd" +checksum = "7211ff1b8f0d3adae1663b7da9ffe396eabe1ca25f0b0bee42b0da29a9ddce93" dependencies = [ "indexmap", "toml_datetime", @@ -434,9 +434,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" +checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" dependencies = [ "winnow", ] diff --git a/cruct_shared/Cargo.toml b/cruct_shared/Cargo.toml index fcedc99..a7c775b 100644 --- a/cruct_shared/Cargo.toml +++ b/cruct_shared/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "2.0.12" # Parsers jzon = { version = "0.12.5", optional = true } -toml_edit = { version = "0.23.1", optional = true } +toml_edit = { version = "0.23.4", optional = true } yaml-rust2 = { version = "0.10.3", optional = true } [dev-dependencies]