Skip to content

Commit

Permalink
chore(deps): Update async-openai, fluvio and lancedb (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Nov 19, 2024
1 parent 6349bc6 commit d865496
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 49 deletions.
98 changes: 54 additions & 44 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ dyn-clone = { version = "1.0" }

# Integrations
spider = { version = "2.13" }
async-openai = { version = "0.25" }
async-openai = { version = "0.26" }
qdrant-client = { version = "1.10", default-features = false, features = [
"serde",
] }
fluvio = { version = "0.23", default-features = false }
lancedb = { version = "0.11", default-features = false }
arrow-array = { version = "52.0", default-features = false }
arrow = { version = "52.2" }
fluvio = { version = "0.24", default-features = false }
lancedb = { version = "0.13", default-features = false }
arrow-array = { version = "52.2", default-features = false }
arrow = { version = "52.2", default-features = false }
parquet = { version = "52.2", default-features = false, features = ["async"] }
redb = { version = "2.2" }
aws-config = "1.5"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ version = 2
ignore = [
{ id = "RUSTSEC-2023-0086", reason = "Ignore a security adivisory on lexical-core" },
{ id = "RUSTSEC-2021-0141", reason = "Dotenv is used by spider" },
{ id = "RUSTSEC-2024-0384", reason = "Instant is unmaintained" },
]

[bans]
Expand Down

0 comments on commit d865496

Please sign in to comment.