build(deps): bump the rust-minor-patch group across 1 directory with 6 updates - #20
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the rust-minor-patch group across 1 directory with 6 updates#20dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…6 updates Bumps the rust-minor-patch group with 6 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` | | [hyper](https://github.com/hyperium/hyper) | `1.11.0` | `1.11.1` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.4` | `0.1.5` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` | | [zbus](https://github.com/z-galaxy/zbus) | `5.18.0` | `5.19.0` | | [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.33` | `0.3.34` | Updates `async-trait` from 0.1.91 to 0.1.92 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.91...0.1.92) Updates `hyper` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.11.0...v1.11.1) Updates `http-body-util` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.4...http-body-util-v0.1.5) Updates `futures-util` from 0.3.33 to 0.3.34 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.33...0.3.34) Updates `zbus` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/z-galaxy/zbus/releases) - [Changelog](https://github.com/z-galaxy/zbus/blob/main/release-plz.toml) - [Commits](z-galaxy/zbus@zbus-5.18.0...zbus-5.19.0) Updates `pkg-config` from 0.3.33 to 0.3.34 - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/pkg-config-rs@0.3.33...0.3.34) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: hyper dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: http-body-util dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: futures-util dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: zbus dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: pkg-config dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-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 rust-minor-patch group with 6 updates in the /rust directory:
0.1.910.1.921.11.01.11.10.1.40.1.50.3.330.3.345.18.05.19.00.3.330.3.34Updates
async-traitfrom 0.1.91 to 0.1.92Release notes
Sourced from async-trait's releases.
Commits
82e7e9eRelease 0.1.929a35cb8Merge pull request #303 from dtolnay/mustuse875ceecResolve double_must_use clippy lint62993a5Raise minimum tested compiler to rust 1.88Updates
hyperfrom 1.11.0 to 1.11.1Release notes
Sourced from hyper's releases.
Changelog
Sourced from hyper's changelog.
Commits
6371cd4v1.11.137c9d0cstyle(lib): remove lints that have been removed in newer clippy (#4167)08a2881docs(contrib): add initial COLLABORATORS guide (#4158)8b2e533style(lib): temporarily allow some new clippy lints (#4165)8fcaf1adocs(lib): expand crate-level cancel safety section with HTTP/1 vs HTTP/2 (#4...d32b294style(lib): fix needless_continue lint (#4157)fca07bdstyle(lib): fix missing_errors_doc lint (#4154)72fcf54fix(http1): detect TE: trailers caselessly and with other values (#4152)af432e9docs(body): add streaming read examples (#4148)3534d75fix(http1): recognize\n\r\nas a head terminator in the partial-read fast ...Updates
http-body-utilfrom 0.1.4 to 0.1.5Commits
07838bdhttp-body-util v0.1.5612118cdocs: migrate from doc_auto_cfg to doc_cfg (#175)Updates
futures-utilfrom 0.3.33 to 0.3.34Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
705e6b5Release 0.3.34616dac7compat: Inline RawWaker clone function4176369Inline remaining RawWaker clone functionsf17a895Fix cloned FuturesUnordered waker identity51d62admacro: bumpsynto v3 (#3028)9e26177ci: Reduce timeout-minutesb2d0983tsan: Enable Adaptive Delayf733d0eMiri: Ignore compat testse5def2fRename default branch to mainUpdates
zbusfrom 5.18.0 to 5.19.0Release notes
Sourced from zbus's releases.
Commits
7518d73Merge pull request #1894 from zeenix/claude/split-str-zstr-crate-j76d2pc145014💥 zu: Bump version to 4.0.0d8117caMerge pull request #1893 from zeenix/releases09be35e🔖 zb: Release 5.192031d24🔖 zv: Release 5.14c19cf0dMerge pull request #1891 from zeenix/claude/split-str-zstr-crate-j76d2p9778174♻️ zv: Use zcheapstr for the Str typef71c49d➕ zv: Add zcheapstr dependency22c278fMerge pull request #1890 from z-galaxy/renovate/jamesives-github-pages-deploy...cb40643⬆️ Update JamesIves/github-pages-deploy-action action to v4.9.0Updates
pkg-configfrom 0.3.33 to 0.3.34Changelog
Sourced from pkg-config's changelog.
Commits
a8852ccRelease 0.3.34f3be983Fix a couple of clippy warnings694b8dfUpdate MSRV and remove dependency10693b5Allow disabling passing--cflagsto pkg-config.9ffb971Make Library::extract_lib_from_filename publicf36d32aUpdate ReadmeDependabot 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