Bump the minor group in /rust with 2 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(8 days ago)
(8 days ago)
dependencies rust
Bumps the minor group in /rust with 2 updates: tokio and handlebars.
Updates tokio from 1.48.0 to 1.49.0
Release notes
Sourced from tokio's releases.
Tokio v1.49.0
1.49.0 (January 3rd, 2026)
Added
- net: add support for
TCLASSoption on IPv6 (#7781)- runtime: stabilize
runtime::id::Id(#7125)- task: implement
ExtendforJoinSet(#7195)- task: stabilize the
LocalSet::id()(#7776)Changed
- net: deprecate
{TcpStream,TcpSocket}::set_linger(#7752)Fixed
- macros: fix the hygiene issue of
join!andtry_join!(#7766)- runtime: revert "replace manual vtable definitions with Wake" (#7699)
- sync: return
TryRecvError::DisconnectedfromReceiver::try_recvafterReceiver::close(#7686)- task: remove unnecessary trait bounds on the
Debugimplementation (#7720)Unstable
- fs: handle
EINTRinfs::writefor io-uring (#7786)- fs: support io-uring with
tokio::fs::read(#7696)- runtime: disable io-uring on
EPERM(#7724)- time: add alternative timer for better multicore scalability (#7467)
Documented
- docs: fix a typos in
bounded.rsandpark.rs(#7817)- io: add
SyncIoBridgecross-references tocopyandcopy_buf(#7798)- io: doc that
AsyncWritedoes not inherit fromstd::io::Write(#7705)- metrics: clarify that
num_alive_tasksis not strongly consistent (#7614)- net: clarify the cancellation safety of the
TcpStream::peek(#7305)- net: clarify the drop behavior of
unix::OwnedWriteHalf(#7742)- net: clarify the platform-dependent backlog in
TcpSocketdocs (#7738)- runtime: mention
LocalRuntimeinnew_current_threaddocs (#7820)- sync: add missing period to
mpsc::Sender::try_senddocs (#7721)- sync: clarify the cancellation safety of
oneshot::Receiver(#7780)- sync: improve the docs for the
errorsof mpsc (#7722)- task: add example for
spawn_localusage on local runtime (#7689)#7125: tokio-rs/tokio#7125 #7195: tokio-rs/tokio#7195 #7305: tokio-rs/tokio#7305 #7467: tokio-rs/tokio#7467 #7614: tokio-rs/tokio#7614 #7686: tokio-rs/tokio#7686 #7689: tokio-rs/tokio#7689
... (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)- Additional commits viewable in compare view
Updates handlebars from 6.3.2 to 6.4.0
Release notes
Sourced from handlebars's releases.
v6.4.0
What's Changed
- fix: allow colons in identifier by
@sunng87in sunng87/handlebars-rust#706- docs: remove incorrect parameters from docstring by
@vsbitsin sunng87/handlebars-rust#707- chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /playground/www by
@dependabot[bot] in sunng87/handlebars-rust#709- expose DirectorySourceOptionsBuilder & added doc example by
@markwellisin sunng87/handlebars-rust#710- chore(deps): update pprof requirement from 0.14 to 0.15 by
@dependabot[bot] in sunng87/handlebars-rust#714- chore(deps-dev): bump webpack-dev-server from 5.1.0 to 5.2.1 in /playground/www by
@dependabot[bot] in sunng87/handlebars-rust#715- chore(deps): update criterion requirement from 0.5 to 0.6 by
@dependabot[bot] in sunng87/handlebars-rust#712- feat: Added dynamic partial blocks by adding support for empty block closing tags by
@henriquecoliniin sunng87/handlebars-rust#713- feat: Export WriteOutput in public API by
@SuchAFuriousDeathin sunng87/handlebars-rust#717- chore(deps): bump on-headers and compression in /playground/www by
@dependabot[bot] in sunng87/handlebars-rust#718- chore(deps): update criterion requirement from 0.6 to 0.7 by
@dependabot[bot] in sunng87/handlebars-rust#719- feat: else support for boolean helpers by
@exoegoin sunng87/handlebars-rust#720- Fix the build with
-Zminimal-versionsby@ppentchevin sunng87/handlebars-rust#723- Add Ability to Unregister Helpers by
@Lepidopteranin sunng87/handlebars-rust#725- chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 in /playground/www by
@dependabot[bot] in sunng87/handlebars-rust#727- Option to enable recursive resolution of variables by
@wezin sunng87/handlebars-rust#730- chore(deps): update criterion requirement from 0.7 to 0.8 by
@dependabot[bot] in sunng87/handlebars-rust#728- chore(deps): bump qs and express in /playground/www by
@dependabot[bot] in sunng87/handlebars-rust#731- fix: correct partial-block render by
@sunng87in sunng87/handlebars-rust#732New Contributors
@vsbitsmade their first contribution in sunng87/handlebars-rust#707@markwellismade their first contribution in sunng87/handlebars-rust#710@henriquecolinimade their first contribution in sunng87/handlebars-rust#713@SuchAFuriousDeathmade their first contribution in sunng87/handlebars-rust#717@exoegomade their first contribution in sunng87/handlebars-rust#720@ppentchevmade their first contribution in sunng87/handlebars-rust#723@Lepidopteranmade their first contribution in sunng87/handlebars-rust#725@wezmade their first contribution in sunng87/handlebars-rust#730Full Changelog: https://github.com/sunng87/handlebars-rust/compare/v6.3.2...v6.4.0
Commits
718db6bchore: Release handlebars version 6.4.056056afchore: changelog maintain97998c6fix: correct partial-block render (#732)b61c383chore(deps): bump qs and express in /playground/www (#731)c349c39chore(deps): update criterion requirement from 0.7 to 0.8 (#728)ced248aOption to enable recursive resolution of variables (#730)8c50392chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 in /playground/www (#727)36ebe04Add Ability to Unregister Helpers (#725)4e3b2d5Fix the build with-Zminimal-versions(#723)507cbf2chore: fix lint in benchmark- Additional commits viewable in compare view
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
Package Dependencies
Technical Details
| ID: | 12661266 |
| UUID: | 3799584336 |
| Node ID: | PR_kwDOIws4Ns68dziM |
| Host: | GitHub |
| Repository: | KittyCAD/modeling-app |