Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.160 to 1.0.163 (#126)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.163.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.160...v1.0.163)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2023
1 parent e5b2605 commit 3c45aeb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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-llama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.71"
async-trait = "0.1.68"
llm-chain-llama-sys = { path = "../llm-chain-llama-sys", version = "0.9" }
llm-chain = { path = "../llm-chain", version = "0.10.0" }
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
thiserror = "1.0.40"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-trait = "0.1.68"
llm = "0.1.1"
llm-chain = { path = "../llm-chain", version = "0.10.0", default-features = false }
rand = "0.8.5"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
thiserror = "1.0.40"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-openai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = "0.3.28"
async-openai = "0.10.3"
async-trait = "0.1.68"
llm-chain = { path = "../llm-chain", version = "0.10.0", default-features = false }
serde = { version = "1.0.160" }
serde = { version = "1.0.163" }
tiktoken-rs = { version = "0.4.2", features = ["async-openai"] }
thiserror = "1.0.40"
tokio = "1.28.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-qdrant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.70"
async-trait = "0.1.68"
llm-chain = { path = "../llm-chain", version = "0.10.0", default-features = false }
qdrant-client = "1.1.2"
serde = "1.0.160"
serde = "1.0.163"
serde_json = "1.0.96"
thiserror = "1.0.40"
uuid = "1.3.1"
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 @@ -17,7 +17,7 @@ async = ["dep:tokio"]
anyhow = "1.0.71"
async-trait = "0.1.68"
futures = "0.3.28"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_yaml = { version = "0.9.21" }
thiserror = "1.0.40"
tokio = { version = "1.28.0", optional = true, features = ["fs", "io-util"] }
Expand Down

0 comments on commit 3c45aeb

Please sign in to comment.