diff --git a/Cargo.lock b/Cargo.lock index c8a7f28c..9d219d1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,7 +1782,7 @@ dependencies = [ "serde_json", "serde_yaml", "strum 0.25.0", - "strum_macros 0.24.3", + "strum_macros 0.25.3", "tera", "thiserror", "tokio", @@ -1887,7 +1887,7 @@ dependencies = [ "serde", "serde_yaml", "strum 0.25.0", - "strum_macros 0.24.3", + "strum_macros 0.25.3", "thiserror", "tiktoken-rs", "tokio", diff --git a/crates/llm-chain-openai/Cargo.toml b/crates/llm-chain-openai/Cargo.toml index ecb8d5fb..e5a94166 100644 --- a/crates/llm-chain-openai/Cargo.toml +++ b/crates/llm-chain-openai/Cargo.toml @@ -19,7 +19,7 @@ async-trait = "0.1.68" llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false } serde = { version = "1.0.164" } strum = "0.25" -strum_macros = "0.24" +strum_macros = "0.25" thiserror = "1.0.40" tiktoken-rs = { version = "0.4.2", features = ["async-openai"] } tokio = "1.28.2" diff --git a/crates/llm-chain-sagemaker-endpoint/Cargo.toml b/crates/llm-chain-sagemaker-endpoint/Cargo.toml index b833daac..dd16000e 100644 --- a/crates/llm-chain-sagemaker-endpoint/Cargo.toml +++ b/crates/llm-chain-sagemaker-endpoint/Cargo.toml @@ -21,7 +21,7 @@ serde = "1.0.183" serde_json = "1.0.104" serde_with = "3.2.0" strum = "0.25.0" -strum_macros = "0.25.2" +strum_macros = "0.25.3" thiserror = "1.0.40" [dev-dependencies] diff --git a/crates/llm-chain/Cargo.toml b/crates/llm-chain/Cargo.toml index 957bed07..475be862 100644 --- a/crates/llm-chain/Cargo.toml +++ b/crates/llm-chain/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "1.0.99" reqwest = { version = "0.11.18", features = ["json"] } tokio-stream = "0.1.14" strum = "0.25.0" -strum_macros = "0.24.3" +strum_macros = "0.25.3" paste = "1.0.12" [dev-dependencies]