Skip to content

Commit

Permalink
chore(deps): bump the minor group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates in the / directory: [spider](https://github.com/spider-rs/spider) and [bytes](https://github.com/tokio-rs/bytes).


Updates `spider` from 2.9.15 to 2.9.17
- [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 `bytes` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.7.2...v1.8.0)

---
updated-dependencies:
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: bytes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 471abde commit f0db063
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ uuid = { version = "1.10", features = ["v3", "v4", "serde"] }
dyn-clone = { version = "1.0" }

# Integrations
spider = { version = "2.2" }
spider = { version = "2.9" }
async-openai = { version = "0.25" }
qdrant-client = { version = "1.10", default-features = false, features = [
"serde",
Expand Down

0 comments on commit f0db063

Please sign in to comment.