diff --git a/Cargo.lock b/Cargo.lock index a4c8055..2cdb247 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,9 +173,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.2.5" +version = "4.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819" +checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" dependencies = [ "clap_builder", "clap_derive", @@ -184,9 +184,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.2.5" +version = "4.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab" +checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 95d92c0..ec8c235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" anyhow = "1.0.71" async-openai = "0.10.3" backoff = { version = "0.4.0", features = ["tokio"] } -clap = { version = "4.2.5", features = ["derive"] } +clap = { version = "4.2.7", features = ["derive"] } futures = "0.3.28" tiktoken-rs = { version = "0.4.2", features = ["async-openai"]} tokio = {version = "1.28.1", features = ["full"]}