Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the minor group across 1 directory with 6 updates #567

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps the minor group with 6 updates in the / directory:

Package From To
serde_json 1.0.135 1.0.137
uuid 1.11.1 1.12.1
spider 2.26.0 2.26.6
async-openai 0.27.1 0.27.2
qdrant-client 1.12.1 1.13.0
test-log 0.2.16 0.2.17

Updates serde_json from 1.0.135 to 1.0.137

Release notes

Sourced from serde_json's releases.

v1.0.137

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)

v1.0.136

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @​goffrie)
Commits
  • eb49e28 Release 1.0.137
  • 51c48ab Merge pull request #1231 from dtolnay/playground
  • 7d8f15b Enable "float_roundtrip" and "unbounded_depth" features in playground
  • a46f14c Release 1.0.136
  • eb9f3f6 Merge pull request #1230 from goffrie/patch-1
  • 513e5b2 Use Map::with_capacity in value::Serializer::serialize_map
  • See full diff in compare view

Updates uuid from 1.11.1 to 1.12.1

Release notes

Sourced from uuid's releases.

1.12.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.12.0...1.12.1

1.12.0

⚠️ Possible Breakage

This release includes additional PartialEq implementations on Uuid, which can break inference in some cases.

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.11.1...1.12.0

Commits
  • 70831d2 Merge pull request #791 from uuid-rs/cargo/1.12.1
  • ddb8785 prepare for 1.12.1 release
  • 3a0a378 Merge pull request #790 from uuid-rs/chore/fewer-shifts
  • 62da97b remove sketchy benches
  • 7a96ae2 restore parens
  • cfc627b reduce bitshifts in from_u64_pair
  • 4c785e5 Merge pull request #788 from Vrtgs/main
  • 70efa18 Merge pull request #789 from cstyles/fix-links-to-namespaces
  • 2a28bc5 Fix links to namespaces in documentation
  • 5d629ce use inherint to_be_bytes and to_le_bytes methods, rather than reimplementing ...
  • Additional commits viewable in compare view

Updates spider from 2.26.0 to 2.26.6

Release notes

Sourced from spider's releases.

v2.26.3

Whats Changed

  1. add auto find sitemap url on 404 or network error.
  2. fix chrome_cache_hybrid compile.
  3. add cache_chrome_hybrid_mem flag to use memory instead of disk.

Full Changelog: spider-rs/spider@v2.26.1...v2.26.3

v2.26.1

Whats Changed

This release brings performance improvements by skipping URL parsing per page. You can now also pass in a second param to the page link methods to collect the links with a new domain target. Targeting the correct root domain for parsing the links is now handled across features.

If you used page::Page::take_url directly you may need to call page::Page::set_url_parsed_direct_empty() first or the page::Page::get_url_parsed() method.

  1. perf(cli): add page links direct return
  2. cli(scrape): now outputs full page links

Full Changelog: spider-rs/spider@v2.24.15...v2.26.1

Commits

Updates async-openai from 0.27.1 to 0.27.2

Release notes

Sourced from async-openai's releases.

v0.27.2

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.27.1...async-openai-v0.27.2

Commits
  • c48e62e chore: Release
  • a5261ed Add impl From\<ChatCompletionRequestDeveloperMessage> for `ChatCompletionReq...
  • See full diff in compare view

Updates qdrant-client from 1.12.1 to 1.13.0

Release notes

Sourced from qdrant-client's releases.

v1.13.0

Change log

Improvements

  • Support for Qdrant 1.13.x
  • qdrant/rust-client#206 - Add client/version compatibility check when starting client

Thanks to @​palash25 @​tellet-q @​agourlay @​JojiiOfficial @​generall @​timvisee for their contributions!

Commits

Updates test-log from 0.2.16 to 0.2.17

Release notes

Sourced from test-log's releases.

v0.2.17

  • Changed default log level to INFO

New Contributors

Full Changelog: d-e-s-o/test-log@v0.2.16...v0.2.17

Changelog

Sourced from test-log's changelog.

0.2.17

  • Changed default log level to INFO
Commits
  • b0847e5 Bump version to 0.2.17
  • ed14486 Uniformly set default log level to INFO
  • c91596c Store default_log_filter as Cow<str>
  • a98f548 Capture INFO and WARN from tracing by default
  • 756d49e Address clippy reported issues
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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.6` |
| [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.6
- [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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 23, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2025

Superseded by #568.

@dependabot dependabot bot closed this Jan 23, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-869fb031f0 branch January 23, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants