-
Notifications
You must be signed in to change notification settings - Fork 24
build(deps): bump the patch group across 1 directory with 18 updates #1640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Bumps the patch group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` | | [axum](https://github.com/tokio-rs/axum) | `0.8.6` | `0.8.7` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.17` | `0.1.19` | | [libsql](https://github.com/tursodatabase/libsql) | `0.9.24` | `0.9.29` | | [bb8](https://github.com/djc/bb8) | `0.9.0` | `0.9.1` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` | | [smol_str](https://github.com/rust-analyzer/smol_str) | `0.3.2` | `0.3.4` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.17` | | [network-interface](https://github.com/EstebanBorai/network-interface) | `2.0.3` | `2.0.4` | | [libc](https://github.com/rust-lang/libc) | `0.2.177` | `0.2.178` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.26` | | [hostname](https://github.com/djc/hostname) | `0.4.1` | `0.4.2` | | [picky](https://github.com/Devolutions/picky-rs) | `7.0.0-rc.15` | `7.0.0-rc.20` | | [now-proto-pdu](https://github.com/Devolutions/now-proto) | `0.4.1` | `0.4.2` | | [proxy_cfg](https://github.com/devolutions/proxy-cfg) | `0.4.1` | `0.4.2` | | [rustls](https://github.com/rustls/rustls) | `0.23.33` | `0.23.35` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.74` | `0.10.75` | Updates `tracing` from 0.1.41 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44) Updates `tracing-subscriber` from 0.3.20 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) Updates `axum` from 0.8.6 to 0.8.7 - [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.8.6...axum-v0.8.7) Updates `hyper-util` from 0.1.17 to 0.1.19 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.17...v0.1.19) Updates `libsql` from 0.9.24 to 0.9.29 - [Release notes](https://github.com/tursodatabase/libsql/releases) - [Commits](tursodatabase/libsql@libsql-0.9.24...libsql-0.9.29) Updates `bb8` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/djc/bb8/releases) - [Commits](djc/bb8@v0.9.0...v0.9.1) Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) Updates `smol_str` from 0.3.2 to 0.3.4 - [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md) - [Commits](rust-analyzer/smol_str@v0.3.2...v0.3.4) Updates `tokio-util` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17) Updates `network-interface` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/EstebanBorai/network-interface/releases) - [Changelog](https://github.com/LeoBorai/network-interface/blob/main/CHANGELOG.md) - [Commits](LeoBorai/network-interface@v2.0.3...v2.0.4) Updates `libc` from 0.2.177 to 0.2.178 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.177...0.2.178) Updates `reqwest` from 0.12.22 to 0.12.26 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.26) Updates `hostname` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/djc/hostname/releases) - [Commits](djc/hostname@v0.4.1...v0.4.2) Updates `picky` from 7.0.0-rc.15 to 7.0.0-rc.20 - [Changelog](https://github.com/Devolutions/picky-rs/blob/master/release.toml) - [Commits](Devolutions/picky-rs@picky-v7.0.0-rc.15...picky-v7.0.0-rc.20) Updates `now-proto-pdu` from 0.4.1 to 0.4.2 - [Changelog](https://github.com/Devolutions/now-proto/blob/master/release-plz.toml) - [Commits](https://github.com/Devolutions/now-proto/commits) Updates `proxy_cfg` from 0.4.1 to 0.4.2 - [Changelog](https://github.com/Devolutions/proxy-cfg/blob/master/CHANGELOG.md) - [Commits](https://github.com/devolutions/proxy-cfg/commits) Updates `rustls` from 0.23.33 to 0.23.35 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.33...v/0.23.35) Updates `openssl` from 0.10.74 to 0.10.75 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.74...openssl-v0.10.75) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: axum dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: libsql dependency-version: 0.9.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: bb8 dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: smol_str dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: network-interface dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: libc dependency-version: 0.2.178 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: hostname dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: picky dependency-version: 7.0.0-rc.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: now-proto-pdu dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: proxy_cfg dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: rustls dependency-version: 0.23.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: openssl dependency-version: 0.10.75 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@copilot Please, fix the compilation errors on this branch. Also try to update everything using |
Contributor
CBenoit
approved these changes
Dec 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 patch group with 18 updates in the / directory:
0.1.410.1.440.3.200.3.220.8.60.8.70.1.170.1.190.9.240.9.290.9.00.9.10.4.280.4.290.3.20.3.40.7.160.7.172.0.32.0.40.2.1770.2.1780.12.220.12.260.4.10.4.27.0.0-rc.157.0.0-rc.200.4.10.4.20.4.10.4.20.23.330.23.350.10.740.10.75Updates
tracingfrom 0.1.41 to 0.1.44Release notes
Sourced from tracing's releases.
... (truncated)
Commits
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)cc44064chore: prepare tracing-subscriber 0.3.22 (#3428)64e1c8dchore: prepare tracing 0.1.43 (#3427)7c44f7btracing: revert "makevaluesetmacro sanitary" (#3425)cdaf661chore: prepare tracing-mock 0.1.0-beta.2 (#3422)a164fd3chore: prepare tracing-journald 0.3.2 (#3421)405397bchore: prepare tracing-appender 0.2.4 (#3420)Updates
tracing-subscriberfrom 0.3.20 to 0.3.22Release notes
Sourced from tracing-subscriber's releases.
Commits
cc44064chore: prepare tracing-subscriber 0.3.22 (#3428)64e1c8dchore: prepare tracing 0.1.43 (#3427)7c44f7btracing: revert "makevaluesetmacro sanitary" (#3425)cdaf661chore: prepare tracing-mock 0.1.0-beta.2 (#3422)a164fd3chore: prepare tracing-journald 0.3.2 (#3421)405397bchore: prepare tracing-appender 0.2.4 (#3420)a9eeed7chore: prepare tracing-subscriber 0.3.21 (#3419)5bd5505chore: prepare tracing 0.1.42 (#3418)5508623chore: prepare tracing-attributes 0.1.31 (#3417)d92b4c0chore: prepare tracing-core 0.1.35 (#3414)Updates
axumfrom 0.8.6 to 0.8.7Release notes
Sourced from axum's releases.
Commits
4404f27Release axum v0.8.7 and axum-extra v0.12.28f1545aFix typo in extractors guide (#3554)4fc3faaRelax implicit Send / Sync bounds (#3555)a05920cMake it easier to visually scan for default features (#3550)6d5e6d5Use extensions directly in from_request_parts (#3542)fe607e6Fixes wording typo (#3540)f9ce3e5Release axum-extra 0.12.112e1cf9Add back package.metadata.docs.rs for axum-extra914a35aRelease axum-extra 0.12.0e20e90dUpgrade axum-extra to prost v0.14 (#3517)Updates
hyper-utilfrom 0.1.17 to 0.1.19Release notes
Sourced from hyper-util's releases.
Changelog
Sourced from hyper-util's changelog.
Commits
d574011v0.1.19818748fdocs(pool): add module level docs for pools (#248)765bc98feat(pool): add a Map pool service type (#247)567db01feat(pool): add a Negotiate pooling service (#228)c4cf24dfeat(pool): add a Cache pooling service (#227)9b1008dfeat(pool): add a Singleton pool type (#226)71ef2fcdocs: fix spelling mistakes. improve RFC non-compliant behaviour with user/au...eed21e7chore(ci): check docs links with full features (#245)203c956v0.1.18d91ea8efix(rt): support fake time in legacy client and TokioTimer (#238)Updates
libsqlfrom 0.9.24 to 0.9.29Commits
6702c3d0.9.29571a1ceAdd new Connection API to install SQLite update hooks. (#1839)9c76991Add new Connection API to install SQLite update hooks.19b1c7a0.9.288753185libsql-sqlite3: Fix missing hasCodec argument in test2.c49842d1libsql-sqlite3: Optimize pager codec check more (#2189)0555bddlibsql-sqlite3: Optimize pager codec check more53797780.9.2684146a1libsql-sqlite3: Optimize libsql_pager_has_codec() function (#2185)6d6ba1elibsql-sqlite3: Optimize libsql_pager_has_codec() functionUpdates
bb8from 0.9.0 to 0.9.1Commits
70c96d6Bump version to 0.9.19bbb9b2api: expose pool configurationd5bc7d2api: move trivial state() getter down8853b62api: move trait impls below inherent implb9e929dInline generic boundsac8de39Add bb8-tonic to README.md0cb8d94Add completed and pending gets statistics getters36f6454Provide get_started statisticb34c071redis: Support redis v1.0.0-rc.17d13fe2redis: Fix conditional compilation of portable-atomicUpdates
logfrom 0.4.28 to 0.4.29Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
b1e2df7Merge pull request #719 from rust-lang/cargo/0.4.293fe1a54prepare for 0.4.29 release7a432d9Merge pull request #718 from rust-lang/ci/msrv0689d56rebump msrv to 1.68.046b448etry drop msrv back to 1.61.0929ab38fix up doc test feature gate957cecebump serde-dependent cratesbea40c8bump msrv to 1.68.0c540184Merge pull request #716 from rust-lang/ci-smaller-matrix2c971e63Merge branch 'master' into ci-smaller-matrix2Updates
smol_strfrom 0.3.2 to 0.3.4Changelog
Sourced from smol_str's changelog.
Commits
02336c5Publish 0.3.4bf2e3d7Publish 0.3.38f4deabUpdate changelog97ef5f3Mark replacen_1_ascii as unsafe026103bOptimise replacen 1-ascii when count >= len104784aOptimise replacen_smolstr for single ascii replace08a9dc8Add test from_buf_and_chars_size_hinted_heap & fix22feb5fUpdate changelog3122a9aOptimiseto_{lower,upper}case_smolstr81c8790CI: Add TEST_BENCHESUpdates
tokio-utilfrom 0.7.16 to 0.7.17Commits
454fd8cchore: prepare tokio-util v0.7.17 (#7719)4421022codec: remove unnecessary trait bounds on allFramedconstructors (#7716)5a709e3io_uring: changeCompletableto not return io::Result (#7702)5efb1c3io: doc thatAsyncWritedoes not inherit fromWrite(#7705)f490029runtime: revert "replace manual vtable definitions withWake" (#7699)d25778ftask: add tests fortask::Builder::spawn_local(#7697)b8318fatask: add tests forspawn_localin panic scenarios (#7694)acfdb87task: use#[tokio::test]explicitly intests/task_builder.rs(#7698)d060401sync: returnTryRecvError::DisconnectedfromReceiver::try_recvafter `Re...5dacc2etask: add tests forspawn_localandspawn_local_on(#7609)Updates
network-interfacefrom 2.0.3 to 2.0.4Release notes
Sourced from network-interface's releases.
Commits
a7ec37echore: bump version to v2.0.4acd1710feature/illumos-support (#67)Updates
libcfrom 0.2.177 to 0.2.178Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
2b95cbechore: release libc 0.2.178bc25dfcNetBSD: Only skipsockaddr_dlon NetBSD9887133eadd syscalls 451-469 for m68k linux3cfeee4build(deps): bump actions/checkout from 5 to 6999b420linux, android: Add definition for IUCLCae6df79Define eventfd on NetBSD03b7438Make eventfd argument names match OS docs/headers9ba7c90cygwin: Add missing utmp/x.h, grp.h, and stdio.h interfaces5d284b0Fix test for cygwin7516d38ci: Updatestyle.pyto work with visibility on enumsUpdates
reqwestfrom 0.12.22 to 0.12.26Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.