Skip to content

Commit

Permalink
chore(deps): bump uuid from 1.5.0 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.5.0...1.6.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 17, 2023
1 parent e6e02fb commit 18c09b1
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 18c09b1

Please sign in to comment.