Skip to content

Commit

Permalink
Merge pull request #241 from sobelio/dependabot/cargo/uuid-1.6.1
Browse files Browse the repository at this point in the history
chore(deps): bump uuid from 1.5.0 to 1.6.1
  • Loading branch information
williamhogman committed Jan 10, 2024
2 parents a1887dd + 18c09b1 commit ab7a1bd
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-milvus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ llm-chain = { path = "../llm-chain", version = "0.13.0", default-features = fals
serde = "1.0.164"
serde_json = "1.0.99"
thiserror = "1.0.40"
uuid = "1.3.3"
uuid = "1.6.1"
milvus-sdk-rust = "0.1.0"

[dev-dependencies]
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 @@ -20,7 +20,7 @@ qdrant-client = "1.1.2"
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
uuid = "1.3.3"
uuid = "1.6.1"

[dev-dependencies]
llm-chain-openai = { path = "../llm-chain-openai" }
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 @@ -23,7 +23,7 @@ tokio = { version = "1.28.2", features = ["fs", "io-util", "rt", "macros"] }
markdown = { version = "1.0.0-alpha.8" }
tera = { version = "1.19.0" }
lazy_static = "1.4.0"
uuid = { version = "1.4.1", features = ["v4"] }
uuid = { version = "1.6.1", features = ["v4"] }
derive_builder = "0.12.0"
serde_json = "1.0.99"
reqwest = { version = "0.11.18", features = ["json"] }
Expand Down

0 comments on commit ab7a1bd

Please sign in to comment.