diff --git a/Cargo.lock b/Cargo.lock index 7de1296..f5df3c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,9 +1118,9 @@ checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" [[package]] name = "toml_edit" -version = "0.22.23" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ "indexmap", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 1f8a892..8acfc1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0.217", features = ["derive"] } sqlformat = { version = "0.3.3" } tar = { version = "0.4.43" } termcolor = { version = "1.4.1" } -toml_edit = { version = "0.22.23" } +toml_edit = { version = "0.22.24" } ureq = { version = "3.0.5", features = ["json"] } [build-dependencies]