chore(deps): bump the versions group across 1 directory with 9 updates#21
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the versions group across 1 directory with 9 updates#21dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the versions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [http](https://github.com/hyperium/http) | `1.3.1` | `1.4.0` | | [prost](https://github.com/tokio-rs/prost) | `0.14.1` | `0.14.3` | | [tonic-prost](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.18` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.49.0` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.17` | `0.1.18` | | [tonic](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [zeroize](https://github.com/RustCrypto/utils) | `1.8.1` | `1.8.2` | | [tonic-prost-build](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | Updates `http` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.3.1...v1.4.0) Updates `prost` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) Updates `tonic-prost` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.3) Updates `thiserror` from 2.0.16 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.18) Updates `tokio` from 1.47.1 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.49.0) Updates `tokio-stream` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.17...tokio-stream-0.1.18) Updates `tonic` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.3) Updates `zeroize` from 1.8.1 to 1.8.2 - [Commits](RustCrypto/utils@zeroize-v1.8.1...zeroize-v1.8.2) Updates `tonic-prost-build` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: tonic-prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: tonic dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: zeroize dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: tonic-prost-build dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions ... 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 versions group with 9 updates in the / directory:
1.3.11.4.00.14.10.14.30.14.20.14.32.0.162.0.181.47.11.49.00.1.170.1.180.14.20.14.31.8.11.8.20.14.20.14.3Updates
httpfrom 1.3.1 to 1.4.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
b9625d8v1.4.050b009crefactor(header): inline FNV hasher to reduce dependencies (#796)b370d36feat(uri): makeAuthority/PathAndQuery::from_staticconst (#786)0d74251chore(ci): update to actions/checkout@v5 (#800)a760767docs: remove unnecessary extern crate sentence (#799)fb1d457refactor(header): use better panic message in const HeaderName and HeaderValu...20dbd6efeat(status): Add 103 EARLY_HINTS status code (#758)e7a7337chore: bump MSRV to 1.571888e28tests: downgrade rand back to 0.8 for now918bbc3chore: minor improvement for docs (#790)Updates
prostfrom 0.14.1 to 0.14.3Changelog
Sourced from prost's changelog.
... (truncated)
Commits
fafa97fchore: remove protobuf submodule and leverage cmake for it (#1389)e0643e2release 0.14.35595b61fix: Add backDecodeError::new(#1382)e42dcadBufix: Name::full_name() is correct for empty packages (#1386)107153fbuild(deps): update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)3fc7003build(deps): bump actions/upload-artifact from 5 to 6 (#1381)33f8721fix some forgotten prost import paths (#1385)efb0755chore: Release version 0.14.2 (#1372)91a093ftest(derive_copy): Allow dead code (#1362)2c22c59build(deps): bump actions/checkout from 5 to 6 (#1370)Updates
tonic-prostfrom 0.14.2 to 0.14.3Release notes
Sourced from tonic-prost's releases.
Commits
ed4bafcPrepare v0.14.3 release (#2489)71ec583Remove metadata fromtonic::StatusDisplayimpl. (#2481)164c548chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)c1e6206fix(tonic): respect max_message_size when decompressing a message (#2484)a58c291feat(xds): initial structures for tonic-xds (#2482)2e68a2cchore(doc): Fix documentation links for timeout configuration (#2483)7e98e1fSeparate channel creation and state probe, and error handling thereof. (#2465)54fab77feat(xds): implement tonic-based transport and prost-based codec (#2475)d61bc56chore(ci): increase server start up wait time in interop test (#2473)d112d09feat(xds): add public APIs for xds-client (#2464)Updates
thiserrorfrom 2.0.16 to 2.0.18Release notes
Sourced from thiserror's releases.
Commits
dc0f6a2Release 2.0.180275292Touch up PR 4433c33bc6Merge pull request #443 from LucaCappelletti94/master995939cReproduce issue 44221653d1Made clippy lifetime allows conditional45e5388Update actions/upload-artifact@v5 -> v6386aac1Update actions/upload-artifact@v4 -> v5ec50561Update actions/checkout@v5 -> v6247eab5Update name of empty_enum clippy lint91b181fRaise required compiler to Rust 1.68Updates
tokiofrom 1.47.1 to 1.49.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
e3b89bbchore: prepare Tokio v1.49.0 (#7824)4f577b8Merge 'tokio-1.47.3' into 'master'f320197chore: prepare Tokio v1.47.3 (#7823)ea6b144ci: freeze rustc on nightly-2025-01-25 innetlify.toml(#7652)264e703Mergetokio-1.43.4intotokio-1.47.x(#7822)dfb0f00chore: prepare Tokio v1.43.4 (#7821)4a91f19ci: fix wasm32-wasip1 tests (#7788)601c383ci: upgrade FreeBSD from 14.2 to 14.3 (#7758)484cb52sync: returnTryRecvError::DisconnectedfromReceiver::try_recvafter `Re...16f20c3rt: mentionLocalRuntimeinnew_current_threaddocs (#7820)Updates
tokio-streamfrom 0.1.17 to 0.1.18Commits
60b083bchore: prepare tokio-stream 0.1.18 (#7830)9cc02ccchore: prepare tokio-util 0.7.18 (#7829)d2799d7task: improve the docs ofBuilder::spawn_local(#7828)4d4870ftask: doc that task drops before JoinHandle completion (#7825)fdb1509fs: check for io-uring opcode support (#7815)426a562rt: removeallow(dead_code)afterJoinSetstabilization (#7826)e3b89bbchore: prepare Tokio v1.49.0 (#7824)4f577b8Merge 'tokio-1.47.3' into 'master'f320197chore: prepare Tokio v1.47.3 (#7823)ea6b144ci: freeze rustc on nightly-2025-01-25 innetlify.toml(#7652)Updates
tonicfrom 0.14.2 to 0.14.3Release notes
Sourced from tonic's releases.
Commits
ed4bafcPrepare v0.14.3 release (#2489)71ec583Remove metadata fromtonic::StatusDisplayimpl. (#2481)164c548chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)c1e6206fix(tonic): respect max_message_size when decompressing a message (#2484)a58c291feat(xds): initial structures for tonic-xds (#2482)2e68a2cchore(doc): Fix documentation links for timeout configuration (#2483)7e98e1fSeparate channel creation and state probe, and error handling thereof. (#2465)54fab77feat(xds): implement tonic-based transport and prost-based codec (#2475)d61bc56chore(ci): increase server start up wait time in interop test (#2473)d112d09feat(xds): add public APIs for xds-client (#2464)Updates
zeroizefrom 1.8.1 to 1.8.2Commits
c100874zeroize v1.8.2 (#1229)3940ccbSwitch fromdoc_auto_cfgtodoc_cfg(#1228)c68a520Fix Nightly warnings (#1080)b15cc6ccargo: pointrepositorymetadata to clonable URLs (#1079)3db6690zeroize: fixhomepage/repositoryin Cargo.toml (#1076)Updates
tonic-prost-buildfrom 0.14.2 to 0.14.3Release notes
Sourced from tonic-prost-build's releases.
Commits
ed4bafcPrepare v0.14.3 release (#2489)71ec583Remove metadata fromtonic::StatusDisplayimpl. (#2481)164c548chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)c1e6206fix(tonic): respect max_message_size when decompressing a message (#2484)a58c291feat(xds): initial structures for tonic-xds (#2482)2e68a2cchore(doc): Fix documentation links for timeout configuration (#2483)7e98e1fSeparate channel creation and state probe, and error handling thereof. (#2465)54fab77feat(xds): implement tonic-based transport and prost-based codec (#2475)d61bc56chore(ci): increase server start up wait time in interop test (#2473)d112d09feat(xds): add public APIs for xds-client (#2464)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