Skip to content

Commit

Permalink
chore(deps): bump async-trait from 0.1.68 to 0.1.74
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.68 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.68...0.1.74)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent afef670 commit 20f6397
Show file tree
Hide file tree
Showing 10 changed files with 664 additions and 50 deletions.
696 changes: 655 additions & 41 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/llm-chain-hnsw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/sobelio/llm-chain/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.74"
hnsw_rs = "0.1.19"
llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false }
serde = "1.0.164"
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-llama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/sobelio/llm-chain/"

[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.68"
async-trait = "0.1.74"
llm-chain-llama-sys = { path = "../llm-chain-llama-sys", version = "0.12" }
llm-chain = { path = "../llm-chain", version = "0.12.3" }
serde = { version = "1.0.164", features = ["derive"] }
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 @@ -12,7 +12,7 @@ repository = "https://github.com/sobelio/llm-chain/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.74"
lazy_static = "1.4.0"
llm = "0.1.1"
llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-milvus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.68"
async-trait = "0.1.74"
llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false }
serde = "1.0.164"
serde_json = "1.0.99"
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/sobelio/llm-chain/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.74"
llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false }
thiserror = "1.0.40"

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 @@ -15,7 +15,7 @@ repository = "https://github.com/sobelio/llm-chain/"
[dependencies]
futures = "0.3.28"
async-openai = "0.10.3"
async-trait = "0.1.68"
async-trait = "0.1.74"
llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false }
serde = { version = "1.0.164" }
strum = "0.25"
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 @@ -14,7 +14,7 @@ repository = "https://github.com/sobelio/llm-chain/"

[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.68"
async-trait = "0.1.74"
llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false }
qdrant-client = "1.3.0"
serde = "1.0.164"
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 @@ -12,7 +12,7 @@ repository = "https://github.com/sobelio/llm-chain/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.74"
aws-config = "0.56.0"
aws-sdk-sagemakerruntime = "0.29.0"
futures = "0.3.28"
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 @@ -14,7 +14,7 @@ repository = "https://github.com/sobelio/llm-chain/"

[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.68"
async-trait = "0.1.74"
futures = "0.3.28"
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = { version = "0.9.21" }
Expand Down

0 comments on commit 20f6397

Please sign in to comment.