chore(deps): bump the cargo-minor-patch group with 8 updates - #1117
Merged
Merged
Conversation
Bumps the cargo-minor-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [lru](https://github.com/jeromefroe/lru-rs) | `0.18.3` | `0.18.4` | | [pest](https://github.com/pest-parser/pest) | `2.9.0` | `2.9.1` | | [pest_derive](https://github.com/pest-parser/pest) | `2.9.0` | `2.9.1` | | [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.16` | `0.5.17` | | [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.8.7` | `0.8.8` | | [tokenizers](https://github.com/huggingface/tokenizers) | `0.23.1` | `0.23.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.4` | `0.13.5` | | [rb-sys](https://github.com/oxidize-rb/rb-sys) | `0.9.124` | `0.9.130` | Updates `lru` from 0.18.3 to 0.18.4 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.18.3...0.18.4) Updates `pest` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.9.0...v2.9.1) Updates `pest_derive` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.9.0...v2.9.1) Updates `crossbeam-channel` from 0.5.16 to 0.5.17 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.16...crossbeam-channel-0.5.17) Updates `crossbeam-deque` from 0.8.7 to 0.8.8 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-deque-0.8.7...crossbeam-deque-0.8.8) Updates `tokenizers` from 0.23.1 to 0.23.2 - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](huggingface/tokenizers@v0.23.1...v0.23.2) Updates `reqwest` from 0.13.4 to 0.13.5 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.4...v0.13.5) Updates `rb-sys` from 0.9.124 to 0.9.130 - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](oxidize-rb/rb-sys@v0.9.124...v0.9.130) --- updated-dependencies: - dependency-name: lru dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: pest dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: pest_derive dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: crossbeam-channel dependency-version: 0.5.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: crossbeam-deque dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: tokenizers dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: reqwest dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: rb-sys dependency-version: 0.9.130 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-minor-patch group with 8 updates:
0.18.30.18.42.9.02.9.12.9.02.9.10.5.160.5.170.8.70.8.80.23.10.23.20.13.40.13.50.9.1240.9.130Updates
lrufrom 0.18.3 to 0.18.4Changelog
Sourced from lru's changelog.
Commits
2504ad0Merge pull request #245 from jeromefroe/jerome/prepare-0-18-4-release419b047Prepare 0.18.4 release05ba36eMerge pull request #241 from ChrisJr404/add-retaind84bc5eRevert retain to the simpler removal implementation36a810ePotential fix for pull request findinge0d578cMerge remote-tracking branch 'up/master' into add-retain6e6ff26retain: free the node returned by the map to avoid a dangling entry349676fAdd retain methodUpdates
pestfrom 2.9.0 to 2.9.1Release notes
Sourced from pest's releases.
Commits
66513d2bump version to 2.9.1 (#1199)5ea4e44Make Display for Expr and OptimizedExpr re-parse to the same AST (#1197)f28de05Add PairsBuilder to construct Pairs without a parser (#1194)7828af2bump CI toolchain to 1.88 + clippy fixes (#1195)Updates
pest_derivefrom 2.9.0 to 2.9.1Release notes
Sourced from pest_derive's releases.
Commits
66513d2bump version to 2.9.1 (#1199)5ea4e44Make Display for Expr and OptimizedExpr re-parse to the same AST (#1197)f28de05Add PairsBuilder to construct Pairs without a parser (#1194)7828af2bump CI toolchain to 1.88 + clippy fixes (#1195)Updates
crossbeam-channelfrom 0.5.16 to 0.5.17Release notes
Sourced from crossbeam-channel's releases.
Commits
2920c98Prepare for the next release808b75aci: Update codegen job46774e0channel: Document that send_timeout sends an available message even if the ti...89a3fe4epoch: Make Shared::null const383d74aUse *::MAX associated constantsa30b825channel,deque,queue: Use AtomicU64/u64 in head/tail index if availablea0e4d29Replace iterative capacity growth withnext_power_of_two(#1216)94f74d2Recognize x86_64-unknown-linux-gnutsan in build script30e5963epoch: Add missing fence emulation for tsan708a6bdHandle overflow in bounded channel/queue initialization (#1301)Updates
crossbeam-dequefrom 0.8.7 to 0.8.8Release notes
Sourced from crossbeam-deque's releases.
Commits
2920c98Prepare for the next release808b75aci: Update codegen job46774e0channel: Document that send_timeout sends an available message even if the ti...89a3fe4epoch: Make Shared::null const383d74aUse *::MAX associated constantsa30b825channel,deque,queue: Use AtomicU64/u64 in head/tail index if availablea0e4d29Replace iterative capacity growth withnext_power_of_two(#1216)94f74d2Recognize x86_64-unknown-linux-gnutsan in build script30e5963epoch: Add missing fence emulation for tsan708a6bdHandle overflow in bounded channel/queue initialization (#1301)Updates
tokenizersfrom 0.23.1 to 0.23.2Release notes
Sourced from tokenizers's releases.
Commits
88a4498add locke4ea65freal release7c5964badd lockbc405adpush rc0d582781Add a ParityBpeTrainer example and list it in the trainers API docs (#2217)447890ffix(python): pin the ruff rule set so a ruff release can't redden main (#2292)68b3ab7chore(node): take node security alerts from 33 to 0 (#2287)74ef81fci: pin every action to one SHA, drop stale audit suppressions (#2291)b26727fchore(node): drop 8 unused devDependencies (#2286)7c7cfd8chore: remove stale examples (kills 50% of dependabot traffic) (#2285)Updates
reqwestfrom 0.13.4 to 0.13.5Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
de55373v0.13.54d3fe12fix: proxy could use wrong credentials if many matched (#3098)9f06fd2docs: improve description of JSON method (#3082)5bdb2f0perf(cookie): avoid cloning store and url on Poll::Pending in ResponseFuture:...ffda263perf(body): reuse tokio::time::Sleep timer via reset() in ReadTimeoutBody (#3...4e9a3c7chore: add pull request template for human-written content17e9bcbchore(deps): upgrade base64 to 0.23 (#3074)221abe9chore: Remove unnecessary clones and a cast (#3071)99996a1fix(error): detect timeouts wrapped in body decode errors (#3064)fc99bd5feat: expose the negotiated TLS version viaTlsInfo(#3067)Updates
rb-sysfrom 0.9.124 to 0.9.130Release notes
Sourced from rb-sys's releases.
... (truncated)
Commits
020a6c2Bump to v0.9.130c6e9c20chore: group Dependabot security updatesd307b88chore(deps): consolidate docsite npm security updates635ac6cchore(deps): bump the github-actions group with 16 updates (#779)6f6594bchore(deps): bump syn in the cargo-minor-patch group (#778)6b43028Update Docusaurus to 3.10.2 (#777)28ea237chore(deps): bump the cargo-minor-patch group with 2 updates (#763)9fa0ba8Fix Cargo Dependabot group schema (#761)7200ffdUpdate mdast-util-to-hast to 13.2.1 (#758)1c85135Configure weekly grouped Dependabot updates (#757)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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