Skip to content

Commit

Permalink
chore(deps): bump strum_macros from 0.24.3 to 0.25.3
Browse files Browse the repository at this point in the history
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.25.3.
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

---
updated-dependencies:
- dependency-name: strum_macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent c423f22 commit 374c290
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/llm-chain-openai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-sagemaker-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 374c290

Please sign in to comment.