diff --git a/Cargo.lock b/Cargo.lock index ec825d4..c91f11a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2237,9 +2237,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.12" +version = "0.19.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" +checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ "indexmap 2.0.0", "serde", @@ -2725,9 +2725,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.7" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" +checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 8261169..59f1249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tera = { version = "1.19.0", default-features = false } tiktoken-rs = { version = "0.5.0", features = ["async-openai"] } tokio = { version = "1.29.1", features = ["full"] } toml = "0.7.6" -toml_edit = "0.19.12" +toml_edit = "0.19.14" which = "4.4.0"