Skip to content

Commit

Permalink
chore(deps): bump the minor group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.1` | `1.12.1` |
| [spider](https://github.com/spider-rs/spider) | `2.26.0` | `2.26.5` |
| [async-openai](https://github.com/64bit/async-openai) | `0.27.1` | `0.27.2` |
| [qdrant-client](https://github.com/qdrant/rust-client) | `1.12.1` | `1.13.0` |
| [test-log](https://github.com/d-e-s-o/test-log) | `0.2.16` | `0.2.17` |



Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.137)

Updates `uuid` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.1...1.12.1)

Updates `spider` from 2.26.0 to 2.26.5
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spider-rs/spider/commits)

Updates `async-openai` from 0.27.1 to 0.27.2
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.27.1...async-openai-v0.27.2)

Updates `qdrant-client` from 1.12.1 to 1.13.0
- [Release notes](https://github.com/qdrant/rust-client/releases)
- [Commits](qdrant/rust-client@v1.12.1...v1.13.0)

Updates `test-log` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/d-e-s-o/test-log/releases)
- [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/test-log@v0.2.16...v0.2.17)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: async-openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: qdrant-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: test-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 7a3bee8 commit de3837b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
27 changes: 15 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ lazy_static = { version = "1.5.0" }
chrono = { version = "0.4" }
indoc = { version = "2.0" }
regex = { version = "1.11.1" }
uuid = { version = "1.11", features = ["v3", "v4", "serde"] }
uuid = { version = "1.12", features = ["v3", "v4", "serde"] }
dyn-clone = { version = "1.0" }
convert_case = "0.6.0"

# Integrations
spider = { version = "2.26" }
async-openai = { version = "0.27.1" }
qdrant-client = { version = "1.10", default-features = false, features = [
async-openai = { version = "0.27.2" }
qdrant-client = { version = "1.13", default-features = false, features = [
"serde",
] }
fluvio = { version = "0.24", default-features = false }
Expand Down Expand Up @@ -87,7 +87,7 @@ tree-sitter-go = "0.23"


# Testing
test-log = "0.2.16"
test-log = "0.2.17"
testcontainers = { version = "0.23.0", features = ["http_wait"] }
mockall = "0.13.1"
temp-dir = "0.1.13"
Expand Down

0 comments on commit de3837b

Please sign in to comment.