Bump the patches group across 2 directories with 6 updates - #64
Merged
Merged
Conversation
Member
|
@dependabot rebase |
Bumps the patches group with 4 updates in the /pixie-server directory: [clap](https://github.com/clap-rs/clap), [libc](https://github.com/rust-lang/libc), [postcard](https://github.com/jamesmunns/postcard) and [tower-http](https://github.com/tower-rs/tower-http). Bumps the patches group with 3 updates in the /pixie-web directory: [libc](https://github.com/rust-lang/libc), [tokio-util](https://github.com/tokio-rs/tokio) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `clap` from 4.5.37 to 4.5.40 - [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.5.37...clap_complete-v4.5.40) Updates `libc` from 0.2.172 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.174) Updates `postcard` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Commits](jamesmunns/postcard@postcard/v1.1.1...postcard/v1.1.2) Updates `tower-http` from 0.6.2 to 0.6.6 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.6) Updates `libc` from 0.2.172 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.174) Updates `tokio-util` from 0.7.13 to 0.7.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.13...tokio-util-0.7.15) Updates `reqwest` from 0.12.15 to 0.12.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.22) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-version: 0.2.174 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: postcard dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-version: 0.2.174 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: tokio-util dependency-version: 0.7.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/pixie-server/patches-26056334de
branch
from
July 6, 2025 09:25
619bd17 to
0c8f90f
Compare
dependabot
Bot
deleted the
dependabot/cargo/pixie-server/patches-26056334de
branch
July 6, 2025 09:29
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 patches group with 4 updates in the /pixie-server directory: clap, libc, postcard and tower-http.
Bumps the patches group with 3 updates in the /pixie-web directory: libc, tokio-util and reqwest.
Updates
clapfrom 4.5.37 to 4.5.40Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cff27dbchore: Release4ef4124docs: Update changelogca89617Merge pull request #5848 from jennings/jennings/push-xolwzyoornps99b6391fix(complete): Fix PowerShell dynamic completioned2360fchore: Release196a14bdocs: Update changelogcd622abMerge pull request #5846 from ribru17/alias_fn_dedup48ff72bfix(complete): Deduplicate bash subcmd casesb1b6f17Merge pull request #5843 from epage/link5900216fix(derive): Update link for derive attributesUpdates
libcfrom 0.2.172 to 0.2.174Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ea6f07fMerge pull request #4500 from tgross35/releasece31fdachore: release libc 0.2.174296b580Merge pull request #4499 from tgross35/backport-hungarian-wax264a539Add missing timespec.tv_nsec for gnux327d92568fix: use nlink_t type for st_nlink in struct stat definition for NuttX790180bRemove unessecary semicolons from definitions ofCMSG_NXTHDR.1e99d50make pidfd_info fields pubc08c507openbsd: Fix some clippy warnings to usepointer::cast.5134058Allow newunpredictable_function_pointer_comparisonslints9288ec0Merge pull request #4486 from tgross35/fix-no-publishUpdates
postcardfrom 1.1.1 to 1.1.2Release notes
Sourced from postcard's releases.
Commits
5cc1f54Merge pull request #250 from jamesmunns/james/release-postcard-v1.1.2310dc78Update version number, remove changelog5cba46aMerge pull request #212 from AutoPallet/minimal-temporary-buffer59faa94Merge pull request #228 from musicinmybrain/derive-0.24fca63dMerge pull request #226 from musicinmybrain/cobs-0.326eb726Merge pull request #249 from jamesmunns/james/re-add-paste-flagff3e22fMerge pull request #234 from IamTheCarl/defmt-version-bump432c27eThis adds back a "paste" feature that was removed in #222e005547Merge pull request #247 from kilavvy/main40f4e22Update fixint.rsUpdates
tower-httpfrom 0.6.2 to 0.6.6Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
635692dv0.6.6359d997Fix an indexing panic in compression (#578)24c0f0brefactor: slightly reduce use offutures-util(#577)51723d4v0.6.50187232feat(compression): avoid settingVary: Accept-Encodingwhen already set (#572)f64fbe6fix(redirect): Removedheadersafter empty payload set. (#575)7388e76docs: Clarify TimeoutBody is a timeout per frame, not total (#574)86615aanormalize_path: AddAppendmode (#547)fa8848eRelease v0.6.4 (#568)2608a51Make type inference work for ServiceExt (#566)Updates
libcfrom 0.2.172 to 0.2.174Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ea6f07fMerge pull request #4500 from tgross35/releasece31fdachore: release libc 0.2.174296b580Merge pull request #4499 from tgross35/backport-hungarian-wax264a539Add missing timespec.tv_nsec for gnux327d92568fix: use nlink_t type for st_nlink in struct stat definition for NuttX790180bRemove unessecary semicolons from definitions ofCMSG_NXTHDR.1e99d50make pidfd_info fields pubc08c507openbsd: Fix some clippy warnings to usepointer::cast.5134058Allow newunpredictable_function_pointer_comparisonslints9288ec0Merge pull request #4486 from tgross35/fix-no-publishUpdates
tokio-utilfrom 0.7.13 to 0.7.15Commits
4d4d126chore: prepare tokio-util v0.7.15 (#7283)5490267fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32examples: improve echo example consistency (#7256)159a3b2rt(unstable): remove alt multi-threaded runtime (#7275)ce87dcfruntime: document the queue behavior ofspawn_blocking(#7269)d41d49dmetrics: fix panic comment inmax_errordocs (#7273)7a6c424process: addCommand::spawn_with(#7249)c3037adtask: properly handle removed entries inJoinMap(#7264)964fd06benches: add helper functions for building runtimes (#7260)817fa60fs: avoid some copies intokio::fs::write(#7199)Updates
reqwestfrom 0.12.15 to 0.12.22Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
e6e2d8av0.12.22a9ab0fafix(socks): bracket IPv6 addresses when formatting destination host (#2753)b739726v0.12.21d9ecdc1fix: add more context and description to SOCKS errors (#2750)d4c9eecfix: look for socks4a instead of socks4h (#2732)d793ed2(wasm) feat: add Default impl for wasm::Body (#2746)4cb2866fix: Error::is_timeout() checks for hyper::Error::is_timeout() (#2742)1794d99fix: request errors should include url (#2741)9edbd2etests: fix typos in multipart and redirect tests (#2738)e03d6f4docs: mention requiring Tokio (#2731)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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