-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump the prod group across 1 directory with 41 updates #6
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
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/cargo/prod-cb92e5f12e
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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 prod group with 41 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bech32](https://github.com/rust-bitcoin/rust-bech32) | `0.11.0` | `0.11.1` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.4` | `2.10.0` | | [blake2b_simd](https://github.com/oconnor663/blake2_simd) | `1.0.3` | `1.0.4` | | [blake2s_simd](https://github.com/oconnor663/blake2_simd) | `1.0.3` | `1.0.4` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` | | [clap](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.56` | | [hyper](https://github.com/hyperium/hyper) | `1.7.0` | `1.8.1` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.17` | `0.1.19` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.4` | `2.13.0` | | [inferno](https://github.com/jonhoo/inferno) | `0.12.3` | `0.12.4` | | [insta](https://github.com/mitsuhiko/insta) | `1.43.2` | `1.46.2` | | [jsonrpsee-proc-macros](https://github.com/paritytech/jsonrpsee) | `0.24.9` | `0.24.10` | | [jsonrpsee-types](https://github.com/paritytech/jsonrpsee) | `0.24.9` | `0.24.10` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` | | [metrics](https://github.com/metrics-rs/metrics) | `0.24.2` | `0.24.3` | | [proptest](https://github.com/proptest-rs/proptest) | `1.8.0` | `1.9.0` | | [prost](https://github.com/tokio-rs/prost) | `0.14.1` | `0.14.3` | | [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.44` | | [regex](https://github.com/rust-lang/regex) | `1.11.3` | `1.12.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.12.28` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.15.0` | `3.16.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.106` | `2.0.114` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `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` | | [tokio-test](https://github.com/tokio-rs/tokio) | `0.4.4` | `0.4.5` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.18` | | [toml](https://github.com/toml-rs/toml) | `0.9.7` | `0.9.11+spec-1.1.0` | | [tonic](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [tonic-prost](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [tonic-prost-build](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [tonic-reflection](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.2` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` | | [tracing-appender](https://github.com/tokio-rs/tracing) | `0.2.3` | `0.2.4` | | [tracing-journald](https://github.com/tokio-rs/tracing) | `0.3.1` | `0.3.2` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` | | [config](https://github.com/rust-cli/config-rs) | `0.15.18` | `0.15.19` | Updates `bech32` from 0.11.0 to 0.11.1 - [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-bech32@v0.11.0...bech32-0.11.1) Updates `bitflags` from 2.9.4 to 2.10.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.4...2.10.0) Updates `blake2b_simd` from 1.0.3 to 1.0.4 - [Commits](oconnor663/blake2_simd@1.0.3...1.0.4) Updates `blake2s_simd` from 1.0.3 to 1.0.4 - [Commits](oconnor663/blake2_simd@1.0.3...1.0.4) Updates `bytes` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.0) Updates `chrono` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.43) Updates `clap` from 4.5.48 to 4.5.56 - [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.48...clap_complete-v4.5.56) Updates `hyper` from 1.7.0 to 1.8.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.7.0...v1.8.1) 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 `indexmap` from 2.11.4 to 2.13.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.4...2.13.0) Updates `inferno` from 0.12.3 to 0.12.4 - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](jonhoo/inferno@v0.12.3...v0.12.4) Updates `insta` from 1.43.2 to 1.46.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.43.2...1.46.2) Updates `jsonrpsee-proc-macros` from 0.24.9 to 0.24.10 - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](paritytech/jsonrpsee@v0.24.9...v0.24.10) Updates `jsonrpsee-types` from 0.24.9 to 0.24.10 - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](paritytech/jsonrpsee@v0.24.9...v0.24.10) 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 `metrics` from 0.24.2 to 0.24.3 - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-v0.24.2...metrics-v0.24.3) Updates `proptest` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.8.0...v1.9.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 `quote` from 1.0.41 to 1.0.44 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.41...1.0.44) Updates `regex` from 1.11.3 to 1.12.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.3...1.12.2) Updates `reqwest` from 0.12.23 to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.23...v0.12.28) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `serde_with` from 3.15.0 to 3.16.1 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.15.0...v3.16.1) Updates `syn` from 2.0.106 to 2.0.114 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.106...2.0.114) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...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 `tokio-test` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-test-0.4.4...tokio-test-0.4.5) Updates `tokio-util` from 0.7.16 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.18) Updates `toml` from 0.9.7 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.11) 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 `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 `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) Updates `tonic-reflection` 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 `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) 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-appender` from 0.2.3 to 0.2.4 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-appender-0.2.3...tracing-appender-0.2.4) Updates `tracing-journald` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-journald-0.3.1...tracing-journald-0.3.2) 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 `config` from 0.15.18 to 0.15.19 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.18...v0.15.19) --- updated-dependencies: - dependency-name: bech32 dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: bitflags dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: blake2b_simd dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: blake2s_simd dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: hyper dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: inferno dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: insta dependency-version: 1.46.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: jsonrpsee-proc-macros dependency-version: 0.24.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: jsonrpsee-types dependency-version: 0.24.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: metrics dependency-version: 0.24.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: proptest dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: quote dependency-version: 1.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde_with dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: syn dependency-version: 2.0.114 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tokio-test dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tonic dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tonic-prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tonic-prost-build dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tonic-reflection dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tower dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tracing-appender dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tracing-journald dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: config dependency-version: 0.15.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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 prod group with 41 updates in the / directory:
0.11.00.11.12.9.42.10.01.0.31.0.41.0.31.0.41.10.11.11.00.4.420.4.434.5.484.5.561.7.01.8.10.1.170.1.192.11.42.13.00.12.30.12.41.43.21.46.20.24.90.24.100.24.90.24.100.4.280.4.290.24.20.24.31.8.01.9.00.14.10.14.31.0.411.0.441.11.31.12.20.12.230.12.281.0.1451.0.1493.15.03.16.12.0.1062.0.1143.23.03.24.02.0.172.0.181.47.11.49.00.1.170.1.180.4.40.4.50.7.160.7.180.9.70.9.11+spec-1.1.00.14.20.14.30.14.20.14.30.14.20.14.30.14.20.14.30.4.130.5.20.1.410.1.440.2.30.2.40.3.10.3.20.3.200.3.220.15.180.15.19Updates
bech32from 0.11.0 to 0.11.1Commits
9f9e4b1Merge rust-bitcoin/rust-bech3232: Fix latest clippy/rustc lints and release...d477decfix breaking compiler changes and release 0.11.1a355a1eupdate API files58de579primitives: fix broken doc link2df03e7fix new clippy and rustc warningsUpdates
bitflagsfrom 2.9.4 to 2.10.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
7cc8595Merge pull request #468 from bitflags/cargo/2.10.0ea9b2f7prepare for 2.10.0 release7fdc68cMerge pull request #467 from KodrAus/feat/serde_corefdc1d4adepend on serde_core instead of serde7922585Merge pull request #466 from KodrAus/chore/iter-named-tests409666erename iter_named to iter_defined_names50fab91Merge pull request #465 from ssrlive/mainf886489Fix bitflags_custom_bits.stderr & bitflags_trait_custom.stderr39bd761rename all_named_flags to iter_named3e52578Implement iterator for all named flagsUpdates
blake2b_simdfrom 1.0.3 to 1.0.4Commits
6a94ae2version 1.0.4dc3b8c8don't try to build libfuzzer-sys outside of Linux5d4ae82edition 20249e1713cfix a deprecated function warning in testscc018d5update outdated dependenciese35c74cUpdate constant_time_eq from 0.3.0 to 0.4.282b3e2amacOS runners are AArch64 now, not x86687a41eupdate duct to v1.0.0ae455a3update blake2 --help output in blake2_bin/README.mdUpdates
blake2s_simdfrom 1.0.3 to 1.0.4Commits
6a94ae2version 1.0.4dc3b8c8don't try to build libfuzzer-sys outside of Linux5d4ae82edition 20249e1713cfix a deprecated function warning in testscc018d5update outdated dependenciese35c74cUpdate constant_time_eq from 0.3.0 to 0.4.282b3e2amacOS runners are AArch64 now, not x86687a41eupdate duct to v1.0.0ae455a3update blake2 --help output in blake2_bin/README.mdUpdates
bytesfrom 1.10.1 to 1.11.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
a7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)3e44f88Bump MSRV to 1.57 (#788)f29e939Add some tests for Limit, BytesMut and Reader (#785)Updates
chronofrom 0.4.42 to 0.4.43Release notes
Sourced from chrono's releases.
Commits
45caaa9Update copyright year to 2026 in LICENSE.txt1c0b8f0Bump version to 0.4.43a03e43bUpgrade windows-bindgen to 0.664fedabaIgnore bincode advisoryf4b7bbdBump actions/checkout from 5 to 6db12973Added doctest for the NaiveDate years_since function (#1755)34b5f49chore: minor improvement for docs8c82711Bump actions/setup-node from 5 to 6ea1f11bDrop deny lints, eager Debug impls are a mixed blessing35f9f2dAdd feature gated defmt support.Updates
clapfrom 4.5.48 to 4.5.56Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
9cec100chore: Release00e72e0docs: Update changelogc7848ffMerge pull request #6094 from epage/home60184fbfeat(complete): Expand ~ in native completions09969d3chore(deps): Update Rust Stable to v1.89 (#6093)520beb5chore: Release2bd8ab3docs: Update changelog220875bMerge pull request #6091 from epage/possiblee5eb6c9fix(help): Integrate 'Possible Values:' into 'Arg::help'594a771refactor(help): Make empty tracking more consistentUpdates
hyperfrom 1.7.0 to 1.8.1Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
Commits
166c6cav1.8.14492f31fix(http1): fix consuming extra CPU from previous change (#3977)dbe6f25v1.8.058e0e7dfix(http2): fix internals of HTTP/2 CONNECT upgrades (#3967)0a37a8ctest(ready_stream): replace tracing with printlns (#3973)2377b89fix(http1): fix rare missed write wakeup on connections (#3952)5509ebefeat(rt): addTimer::now()method to allow overriding the instant returned ...f9f8f44tests(client): port tests to in-memory socket (#3947)5803a9cdocs(server): update default values forhttp1::Builder(#3938)e1e1f2brefactor(ffi): specify "C" ABI explicitly in ffi_fn! macro (#3937)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
indexmapfrom 2.11.4 to 2.13.0Changelog
Sourced from indexmap's changelog.
Commits
a4aba99Merge pull request #431 from cuviper/release-2.13.0e345f3aRelease 2.13.0e6b677bMerge pull request #430 from cuviper/split_at_checked61c9d53AddSlice::split_at_checkedandsplit_at_mut_checked8b8d350Merge pull request #426 from cuviper/clone-intokv88efd0cimpl Clone for IntoKeysandIntoValues3b6d04bMerge pull request #425 from cuviper/inner-coreeb30eb1Move crate::map::core to crate::innercfad758Merge pull request #424 from cuviper/bucketsa96b9c7Release 2.12.1Updates
infernofrom 0.12.3 to 0.12.4Changelog
Sourced from inferno's changelog.
Commits
baaf01aUpdate quick-xml and criterion (#351)Updates
instafrom 1.43.2 to 1.46.2Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
... (truncated)
Commits
2ab00ccRelease 1.46.2 (#867)97c6f57Fix inline snapshot corruption with carriage returns (#866)2a9f7adRemove globset version cap (#864)8a5b775Release 1.46.1 (#859)822f404Fix inline snapshot corruption with multiple snapshots in with_settings! (#858)7d27e3aRelease 1.46.0 (#855)3aa59d6Add INSTA_PENDING_DIR environment variable for hermetic builds (#852)fd40cf7Fix docs for test.runner_fallback config key (#853)ac191baAdd test for multiline snapshots without special characters (#848)55f6999Release 1.45.1 (#850)Updates
jsonrpsee-proc-macrosfrom 0.24.9 to 0.24.10Changelog
Sourced from jsonrpsee-proc-macros's changelog.