Conversation
Member
|
@dependabot rebase |
d3f74ad to
f90272d
Compare
Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.22.0` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.22` | `0.2.23` | | [zip](https://github.com/zip-rs/zip2) | `8.1.0` | `8.2.0` | | [fjall](https://github.com/fjall-rs/fjall) | `3.0.3` | `3.1.0` | Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `uuid` from 1.21.0 to 1.22.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.22.0) Updates `jiff` from 0.2.22 to 0.2.23 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.22...jiff-static-0.2.23) Updates `zip` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v8.1.0...v8.2.0) Updates `fjall` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/fjall-rs/fjall/releases) - [Changelog](https://github.com/fjall-rs/fjall/blob/main/CHANGELOG.md) - [Commits](fjall-rs/fjall@3.0.3...3.1.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: jiff dependency-version: 0.2.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: zip dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: fjall dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
f90272d to
80da8ea
Compare
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the rust-dependencies group with 5 updates:
1.49.01.50.01.21.01.22.00.2.220.2.238.1.08.2.03.0.33.1.0Updates
tokiofrom 1.49.0 to 1.50.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0273e45chore: prepare Tokio v1.50.0 (#7934)e3ee4e5chore: prepare tokio-macros v2.6.1 (#7943)8c980eaio: addwrite_all_vectoredtotokio-util(#7768)e35fd6dci: fix patch during clippy step (#7935)03fe44cruntime: fixevent_intervaldoc (#7932)d18e5dfio: fix race inMock::poll_write(#7882)f21f269runtime: fix race condition during the blocking pool shutdown (#7922)d81e8f0macros: remove (most) localusedeclarations intokio::select!(#7929)25e7f26rt: fix missing quotation in docs (#7925)e1a91efutil: fix typo in docs (#7926)Updates
uuidfrom 1.21.0 to 1.22.0Release notes
Sourced from uuid's releases.
Commits
da15792Merge pull request #864 from uuid-rs/cargo/v1.22.07ec48c9prepare for 1.22.0 releasec4e983fMerge pull request #863 from haxtibal/tdmg/rand_0_9_and_0_10f3f677eupdate workspace root to rand 0.10Updates
jifffrom 0.2.22 to 0.2.23Changelog
Sourced from jiff's changelog.
Commits
e5b7f0d0.2.23ff23414jiff-tzdb-0.1.6225d54bjiff-tzdb: update to tzdb 2026aUpdates
zipfrom 8.1.0 to 8.2.0Release notes
Sourced from zip's releases.
Changelog
Sourced from zip's changelog.
Commits
ff001c6chore: release v8.2.0 (#678)9c328dcci(deps): bump github/codeql-action from 4.32.2 to 4.32.4 (#707)f2bd439test: add test to check len of zip64 (#705)617cee1test: Add a test that validates CRC_TABLE (#690)2ee1e93style: Rename KEYSTREAM_BASE_SUFFIX to KEYSTREAM_BITMASK and clarify comment ...18301cestyle: Potential fix for 1 code quality finding in tests/zip_ntfs.rs (#702)240f27afeat: allow custom salt (#680)8c36837ci(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 (#698)79a46eaApply suggested fix to tests/zip_extra_field.rs from Copilot Autofix (#701)7c2c6bdstyle: Remove macros (#689)Updates
fjallfrom 3.0.3 to 3.1.0Release notes
Sourced from fjall's releases.
Changelog
Sourced from fjall's changelog.
Commits
78bdf7eMerge pull request #255 from fjall-rs/feat/compaction-filters5ddade4remove comment6bdcccbfix: doctestafcd090Merge pull request #264 from ksato9700/use-server-timing0e95f51bump lsm-tree to 3.1.05ed3a103.1.0ce4f12fset msrv to 1.90fcd13f8Use Server-Timing header instead of x-took-ms in examplesc522a7dMerge branch 'main' into feat/compaction-filtersc3506c9Merge pull request #259 from fjall-rs/recovery/change-flush-queueingDependabot 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