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 with 6 updates #443

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the minor group with 6 updates:

Package From To
spider 2.13.4 2.13.7
allocator-api2 0.2.18 0.2.19
cc 1.1.36 1.1.37
cookie_store 0.21.0 0.21.1
csv 1.3.0 1.3.1
security-framework-sys 2.12.0 2.12.1

Updates spider from 2.13.4 to 2.13.7

Release notes

Sourced from spider's releases.

v2.13.5

Whats Changed

  • perf reduce cpu usage for streaming rewriter

Full Changelog: spider-rs/spider@v2.12.12...v2.13.5

Commits

Updates allocator-api2 from 0.2.18 to 0.2.19

Commits

Updates cc from 1.1.36 to 1.1.37

Release notes

Sourced from cc's releases.

cc-v1.1.37

Other

  • Use relative directory for obj files hash (#1270)
  • Regenerate target info (#1280)
Changelog

Sourced from cc's changelog.

1.1.37 - 2024-11-08

Other

  • Use relative directory for obj files hash (#1270)
  • Regenerate target info (#1280)
Commits

Updates cookie_store from 0.21.0 to 0.21.1

Changelog

Sourced from cookie_store's changelog.

[0.21.1] - 2024-11-09

Documentation

  • Update CONTRIBUTORS.md
  • Switch to using document-feature for genearating feature flag documentation
  • Improve documentation around features
  • Add documentation around legacy serialization vs. serde module

Features

  • Gate serialization behind features serde{,_json,_ron}

Miscellaneous Tasks

  • Bump indexmap to 2.6.0

Build

  • Set rust-version=1.63.0
  • Add serde_json as a default feature
  • Specify feature dependencies with explcit dep:

Ci

  • Split ci check step build into build + test. Add msrv job

Refact

  • De/serialize through simple Vec instead of CookieStoreSerialized
  • Collect legacy mod cookie_store serialization impl
  • Rename mod serialization -> serde; split out json, ron
  • Split ron and json serialization tests
  • Reorganize tests to respect serde* features
  • Move serialization into dedicated mod serialization
Commits
  • 01d9a5f chore(release): prepare for v0.21.1
  • edf6359 Merge branch 'master' into idna-1.0
  • 08560c2 ci: split ci check step build into build + test. Add msrv job
  • 7babde5 Update to idna 1.0
  • 1eed496 chore(deps): bump indexmap to 2.6.0
  • 5063890 Merge pull request #46 from dcampbell24/change-edition-set-rust-version
  • 18f9a3b build: set rust-version=1.63.0
  • 05b3187 Include the patch version in MSRV.
  • 50c1e36 doc: update CONTRIBUTORS.md
  • 8baab50 Set the rust-version, update edition.
  • Additional commits viewable in compare view

Updates csv from 1.3.0 to 1.3.1

Commits

Updates security-framework-sys from 2.12.0 to 2.12.1

Commits

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:

| Package | From | To |
| --- | --- | --- |
| [spider](https://github.com/spider-rs/spider) | `2.13.4` | `2.13.7` |
| [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.18` | `0.2.19` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.36` | `1.1.37` |
| [cookie_store](https://github.com/pfernie/cookie_store) | `0.21.0` | `0.21.1` |
| [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.12.0` | `2.12.1` |


Updates `spider` from 2.13.4 to 2.13.7
- [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 `allocator-api2` from 0.2.18 to 0.2.19
- [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zakarumych/allocator-api2/commits)

Updates `cc` from 1.1.36 to 1.1.37
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.36...cc-v1.1.37)

Updates `cookie_store` from 0.21.0 to 0.21.1
- [Changelog](https://github.com/pfernie/cookie_store/blob/master/CHANGELOG.md)
- [Commits](pfernie/cookie_store@v0.21.0...v0.21.1)

Updates `csv` from 1.3.0 to 1.3.1
- [Commits](BurntSushi/rust-csv@1.3.0...1.3.1)

Updates `security-framework-sys` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/commits)

---
updated-dependencies:
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: allocator-api2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cookie_store
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: csv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 12, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-a5db50df5d branch November 12, 2024 07:56
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