deps(deps): bump the infra group across 1 directory with 7 updates#47
deps(deps): bump the infra group across 1 directory with 7 updates#47dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🤖 Augment PR SummarySummary: This PR updates the workspace “infra” dependency set to newer releases. Changes:
Technical Notes: The 🤖 Was this summary useful? React with 👍 or 👎 |
| tokio = { version = "^1.48.0", features = ["full"] } # 2025-11-03 sw: async runtime staple, reviewed for LTS support | ||
| futures = { version = "^0.3.31" } # 2025-11-03 sw: combinators align with tokio 1.48, no unsafe diff | ||
| tokio = { version = "^1.52.2", features = ["full"] } # 2025-11-03 sw: async runtime staple, reviewed for LTS support | ||
| futures = { version = "^0.3.32" } # 2025-11-03 sw: combinators align with tokio 1.48, no unsafe diff |
| # Web Interface & Mesh Networking (2025-11-16 sw; Next-gen web interface with gossip) | ||
| axum = { version = "^0.7.9", features = ["ws", "macros", "multipart"] } # 2025-11-16 sw: Web server framework | ||
| tower-http = { version = "^0.6.8", features = ["cors", "trace", "fs"] } # 2025-11-16 sw: HTTP middleware | ||
| axum = { version = "^0.8.9", features = ["ws", "macros", "multipart"] } # 2025-11-16 sw: Web server framework |
There was a problem hiding this comment.
| axum = { workspace = true, features = ["http2", "multipart"] } # 2025-11-03 sw: Tier1 HTTP surface per docs/dependency-security.md | ||
| tokio = { workspace = true } | ||
| tower = { version = "^0.4.13", features = ["util"] } # 2025-11-03 sw: aligns with axum 0.7 require | ||
| tower = { version = "^0.5.2", features = ["util"] } # 2025-11-03 sw: aligns with axum 0.7 require |
There was a problem hiding this comment.
| gloo = { version = "=0.11.0" } # 2025-11-16 sw: Browser utilities for Wasm | ||
| web-sys = { version = "^0.3.68", features = ["WebSocket", "MessageEvent", "CloseEvent"] } # 2025-11-16 sw: Web APIs | ||
| tower = { version = "=0.4.13", features = ["util"] } # 2025-11-16 sw: Service abstractions | ||
| tower = { version = "=0.5.2", features = ["util"] } # 2025-11-16 sw: Service abstractions |
There was a problem hiding this comment.
Cargo.toml:112 With tower now upgraded to 0.5.2 across the workspace, consider checking whether the deny.toml multiple-version skip for tower@0.4.13 is still needed (stale skips can mask unintended dependency splits).
Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
This PR has merge conflicts. Please rebase on the latest |
Bumps the infra group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.52.2` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [tracing-test](https://github.com/dbrgn/tracing-test) | `0.2.5` | `0.2.6` | | [axum](https://github.com/tokio-rs/axum) | `0.7.9` | `0.8.9` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.8` | `0.6.10` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.2` | Updates `tokio` from 1.48.0 to 1.52.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.52.2) Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `tracing-test` from 0.2.5 to 0.2.6 - [Changelog](https://github.com/dbrgn/tracing-test/blob/main/CHANGELOG.md) - [Commits](dbrgn/tracing-test@v0.2.5...v0.2.6) Updates `axum` from 0.7.9 to 0.8.9 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.9...axum-v0.8.9) Updates `tower-http` from 0.6.8 to 0.6.10 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.8...tower-http-0.6.10) Updates `tower` from 0.4.13 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.2) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infra - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infra - dependency-name: tokio dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infra - dependency-name: tower dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infra - dependency-name: tower-http dependency-version: 0.6.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infra - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infra - dependency-name: tracing-test dependency-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infra ... Signed-off-by: dependabot[bot] <support@github.com>
f532e00 to
6f5cb54
Compare
|
Merge conflicts resolved -- thanks! |
Bumps the infra group with 7 updates in the / directory:
1.48.01.52.20.3.310.3.320.3.220.3.230.2.50.2.60.7.90.8.90.6.80.6.100.4.130.5.2Updates
tokiofrom 1.48.0 to 1.52.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
4abe9d7chore: prepare Tokio v1.52.2 (#8115)f82bcf3Merge 'tokio-1.51.2' into 'tokio-1.52.x' (#8114)7db9bc4test: revert "removechurn()task fromlifo_stealable" (#8114)64834ecchore: prepare Tokio v1.51.2 (#8113)967f571runtime: revert "steal tasks from the LIFO slot" (#8100)9271e3eMerge tokio-1.51.x (for #8101) into tokio-1.52.x (#8106)cd1823fRevert "Pin stable to 1.94 for tokio-1.51.x" (#8106)a97cf12Merge tokio-1.47.x (commit 670a907c55c7) into tokio-1.51.x (#8105)bde3f20Pin stable to 1.94 for tokio-1.51.x (#8105)670a907ci: fix CI on tokio-1.47.x (#8101)Updates
futuresfrom 0.3.31 to 0.3.32Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
d9bba94Release 0.3.32151e0b9Add comments on rust-version field in Cargo.toml4aaf00cBump MSRV of utility crates to 1.71a4cce12perf: improve AtomicWaker::wake performance (#2983)ba9d102Add#[clippy::has_significant_drop]to guards (#2967)20396a8Fix rustdoc::broken_intra_doc_links warning815f6ebFix documentation ofBiLock::lock(#2971)0f0db04futures-util: makeMutex::new()const (#2956)5d6fc5eci: Test big-endian target (s390x Linux)9f739feIgnore dead_code lint on Fn1 traitUpdates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.
Commits
54ede4dchore: prepare tracing-subscriber 0.3.23 (#3490)37558d5subscriber: allow ansi sanitization to be disabled (#3484)efc690fcore: add missing const (#3449)0c32367core: Use const initializers instead ofonce_cell9feb241docs: add arcswap reload crate to related (#3442)2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)Updates
tracing-testfrom 0.2.5 to 0.2.6Changelog
Sourced from tracing-test's changelog.
Commits
31f16caRelease v0.2.62a0faf4Enforce version equality between tracing-test and tracing-test-macro (#57)f93d343Update tracing-test version number in documentation (#58)90d1f4eBump actions/checkout from 5 to 6 (#56)cf7fe8cBump actions/checkout from 4 to 5 (#54)Updates
axumfrom 0.7.9 to 0.8.9Release notes
Sourced from axum's releases.
... (truncated)
Commits
c59208crevert axum-core changelog changes99068f5Revert "FixIntoResponsefor tuples overriding error response codes (#3603)"23d7098Revert "axum-core 0.5.6"e8a39adaxum-macros 0.5.16e9a249axum-extra 0.12.60ec9041axum 0.8.9c3fcebbaxum-core 0.5.6a8790fcupdate release notes26ba7bbdocs: consolidate state management docs in crate root (#3683)9fc59efUpdate to tokio-tungstenite 0.29 (#3689)Updates
tower-httpfrom 0.6.8 to 0.6.10Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
4532fc2v0.6.108508cb2follow_redirect: expose previous and next request methods (#559)890f66afix gate-ing of atomic64 in tests (#607)578c2b2fix: restore tokio and async-compression as no-op features (#667)eab7cbfv0.6.99c64770feat(on-early-drop): Add middleware for client early drop detection (#636)67786ffci: Remove unnecessary protoc setup (#665)e442e2bexamples: Use axum::body::to_bytes (#650)218fe6bMake AsyncReadBody::with_capacity public (#415)ffd4d7ctrace: adds back call to classify_eos on trailers (#483)Updates
towerfrom 0.4.13 to 0.5.2Release notes
Sourced from tower's releases.
Commits
7dc533etower v0.5.2a09fd97chore: fix dead code warning for 'Sealed' trait and 'sample_floyd2' func (#799)f57e31bAddutil::BoxCloneSyncServiceLayer(#802)da24532Addutil::BoxCloneSyncService(#777)6283f3aUpgrade http and sync_wrapper dependencies (#788)7155101Prepare release of v0.5.1 (#791)b2c48b4Bump dependency on tower-layer (#787)fec9e55tower-layer: drop versions from dev dependencies (#782)646804dchore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfechore: fix a few typos (#780)