Skip to content

Commit

Permalink
chore(deps): bump serde_yaml from 0.9.21 to 0.9.25
Browse files Browse the repository at this point in the history
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.25.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.21...0.9.25)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent ec2fbc1 commit 6e90fff
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 10 deletions.
44 changes: 38 additions & 6 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-milvus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ milvus-sdk-rust = "0.1.0"
[dev-dependencies]
llm-chain-openai = { path = "../llm-chain-openai" }
tokio = "1.28.2"
serde_yaml = "0.9.21"
serde_yaml = "0.9.25"
rand = "0.8.5"
2 changes: 1 addition & 1 deletion crates/llm-chain-openai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tokio = "1.28.2"
qdrant-client = "1.3.0"
llm-chain = { path = "../llm-chain" }
anyhow = "1.0.70"
serde_yaml = "0.9.21"
serde_yaml = "0.9.25"

2 changes: 1 addition & 1 deletion crates/llm-chain-qdrant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ uuid = "1.4.1"
[dev-dependencies]
llm-chain-openai = { path = "../llm-chain-openai" }
tokio = "1.28.2"
serde_yaml = "0.9.21"
serde_yaml = "0.9.25"
2 changes: 1 addition & 1 deletion crates/llm-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.71"
async-trait = "0.1.68"
futures = "0.3.28"
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = { version = "0.9.21" }
serde_yaml = { version = "0.9.25" }
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["fs", "io-util", "rt", "macros"] }
markdown = { version = "1.0.0-alpha.8" }
Expand Down

0 comments on commit 6e90fff

Please sign in to comment.