chore(deps): bump the rust-dependencies group across 1 directory with 7 updates - #28
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the rust-dependencies group across 1 directory with 7 updates#28dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 7 updates Bumps the rust-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.6.3` | `4.6.4` | | [http](https://github.com/hyperium/http) | `1.4.2` | `1.5.0` | | [sentry-tower](https://github.com/getsentry/sentry-rust) | `0.48.5` | `0.49.0` | | [sentry-tracing](https://github.com/getsentry/sentry-rust) | `0.48.5` | `0.49.0` | | [syn](https://github.com/dtolnay/syn) | `3.0.2` | `3.0.3` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` | | [redis](https://github.com/redis-rs/redis-rs) | `1.4.1` | `1.5.0` | Updates `clap` from 4.6.3 to 4.6.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.3...clap_complete-v4.6.4) Updates `http` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.2...v1.5.0) Updates `sentry-tower` from 0.48.5 to 0.49.0 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-rust@0.48.5...0.49.0) Updates `sentry-tracing` from 0.48.5 to 0.49.0 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-rust@0.48.5...0.49.0) Updates `syn` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@3.0.2...3.0.3) Updates `tokio-stream` from 0.1.18 to 0.1.19 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.18...tokio-stream-0.1.19) Updates `redis` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-1.4.1...redis-1.5.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: http dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: sentry-tower dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: sentry-tracing dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio-stream dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: redis dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 rust-dependencies group with 7 updates in the / directory:
4.6.34.6.41.4.21.5.00.48.50.49.00.48.50.49.03.0.23.0.30.1.180.1.191.4.11.5.0Updates
clapfrom 4.6.3 to 4.6.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
87ec1adchore: Release78f2529docs: Update changelogb61f270Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering74c6666fix(complete): Keep zsh candidate orderd142d8fMerge pull request #6360 from epage/stringba89563style: Prefer explicit string operationsbea966eMerge pull request #6359 from epage/manb811986chore(man):Remove unused required-features0010bf2Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.xbab9b24chore(deps): Update compatible (dev) (#6357)Updates
httpfrom 1.4.2 to 1.5.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
16fc9a7v1.5.0e559023fix(uri): enforce max length in PathAndQuery (#856)2178e17perf(header,uri): faster value validation, URI parse/format, map inserts (#852)03c8cd7fix(uri): allow empty paths in uri::Builder (#853)bb8705bfeat(method): add QUERY method (#798)Updates
sentry-towerfrom 0.48.5 to 0.49.0Release notes
Sourced from sentry-tower's releases.
Changelog
Sourced from sentry-tower's changelog.
Commits
09b15cdrelease: 0.49.02bcffd8chore(craft): Publish without development dependencies (#1276)08063e5ci:cargo autoinheritcheck (#1245)4e3c2f4build(cargo): Finish workspace dependency inheritance (#1243)5f2d601ci: Make bump-version.sh also update workspace deps (#1244)4e0e2d2chore(tracing): Enforce strict trace continuation (#1218)dd089e5chore(tracing): Store incoming baggage org ID (#1209)c9d2732ref(core): Add trace propagation context (#1212)a39a691ref(core): Splitperformancemodule (#1205)bc956cafeat(options): Addorg_idandstrict_trace_continuationoptions (#1203)Updates
sentry-tracingfrom 0.48.5 to 0.49.0Release notes
Sourced from sentry-tracing's releases.
Changelog
Sourced from sentry-tracing's changelog.
Commits
09b15cdrelease: 0.49.02bcffd8chore(craft): Publish without development dependencies (#1276)08063e5ci:cargo autoinheritcheck (#1245)4e3c2f4build(cargo): Finish workspace dependency inheritance (#1243)5f2d601ci: Make bump-version.sh also update workspace deps (#1244)4e0e2d2chore(tracing): Enforce strict trace continuation (#1218)dd089e5chore(tracing): Store incoming baggage org ID (#1209)c9d2732ref(core): Add trace propagation context (#1212)a39a691ref(core): Splitperformancemodule (#1205)bc956cafeat(options): Addorg_idandstrict_trace_continuationoptions (#1203)Updates
synfrom 3.0.2 to 3.0.3Release notes
Sourced from syn's releases.
Commits
23dbaabRelease 3.0.316aad4eMerge pull request #2071 from dtolnay/compatibility42181b8Add explanation of compatibility strategyf3af08eUpdate test suite to nightly-2026-07-21Updates
tokio-streamfrom 0.1.18 to 0.1.19Commits
bc0933cchore: prepare tokio-stream v0.1.19 (#8310)e3786d0readme: remove obsolete TokioConf notices (#8311)f2189d3chore: prepare tokio-util v0.7.19 (#8309)52f2745net: re-enabletcp_stream::try_read_buftest for WASI (#8305)ac6869art: remove unstable cfgs leftovers after local runtime stabilization (#8298)75fef53chore: prepare Tokio v1.53.1 (#8303)ae9d011signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)eb4988dtime: fix the loom test of the race between cancellation/insertion (#8302)91d3b4ctime: fix alt timer cancellation and insertion race (#8252)a463384runtime: remove dead link definition inRuntime::block_on(#8301)Updates
redisfrom 1.4.1 to 1.5.0Release notes
Sourced from redis's releases.
Commits
65a344aPrepare new version (#2267)b9e2916Add support for the new FPHA storage hint (#2114)c8297d1Fix nightly linter (#2258)30285c8docs: Add the need fornon_exhaustiveforenums andstructs (#2247)6ae8530Async cluster connection: Reconnect after receiving push disconnection. (#2242)e4e2dcffix changelog (#2244)446885dfeat(cluster): add node address map for TLS hostname remapping (#2155)b2cde38Replace matcher array macro with const generics (#2197)56bc260Add logs to indicate when recovery future starts and completes (#2240)f518e64docs: Remove remarks about Redis docs toBF.MEXISTSbeing wrong (#2231)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