-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): bump the cargo-minor group across 1 directory with 36 updates #16
Closed
Conversation
This file contains 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
…dates Bumps the cargo-minor group with 35 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.93` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.20.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` | | [image](https://github.com/image-rs/image) | `0.25.2` | `0.25.5` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.215` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.1` | | [rfd](https://github.com/PolyMeilex/rfd) | `0.15.0` | `0.15.1` | | [linkme](https://github.com/dtolnay/linkme) | `0.3.28` | `0.3.31` | | [bitstream-io](https://github.com/tuffy/bitstream-io) | `2.5.3` | `2.6.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.36.2` | `0.37.1` | | [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` | `0.8.35` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.133` | | [ttf-parser](https://github.com/harfbuzz/ttf-parser) | `0.25.0` | `0.25.1` | | [id3](https://github.com/polyfloyd/rust-id3) | `1.14.0` | `1.16.0` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.87` | `1.0.92` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [webbrowser](https://github.com/amodm/webbrowser-rs) | `1.0.2` | `1.0.3` | | [os_info](https://github.com/stanislav-tkach/os_info) | `3.8.2` | `3.9.0` | | [sys-locale](https://github.com/1Password/sys-locale) | `0.3.1` | `0.3.2` | | [ashpd](https://github.com/bilelmoussaoui/ashpd) | `0.9.2` | `0.10.2` | | [zip](https://github.com/zip-rs/zip2) | `2.2.0` | `2.2.1` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.8` | `0.17.9` | | [async-io](https://github.com/smol-rs/async-io) | `2.3.4` | `2.4.0` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.3.0` | `2.5.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [lyon_geom](https://github.com/nical/lyon) | `1.0.5` | `1.0.6` | | [insta](https://github.com/mitsuhiko/insta) | `1.40.0` | `1.41.1` | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.5` | `0.8.6` | Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) Updates `clap` from 4.5.20 to 4.5.21 - [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.20...clap_complete-v4.5.21) Updates `anyhow` from 1.0.89 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.93) Updates `bytemuck` from 1.19.0 to 1.20.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.19.0...v1.20.0) Updates `flate2` from 1.0.34 to 1.0.35 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.34...1.0.35) Updates `image` from 0.25.2 to 0.25.5 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.2...v0.25.5) Updates `serde` from 1.0.210 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.215) Updates `url` from 2.5.2 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.2...v2.5.4) Updates `tokio` from 1.40.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.1) Updates `rfd` from 0.15.0 to 0.15.1 - [Release notes](https://github.com/PolyMeilex/rfd/releases) - [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md) - [Commits](PolyMeilex/rfd@0.15.0...0.15.1) Updates `linkme` from 0.3.28 to 0.3.31 - [Release notes](https://github.com/dtolnay/linkme/releases) - [Commits](dtolnay/linkme@0.3.28...0.3.31) Updates `bitstream-io` from 2.5.3 to 2.6.0 - [Commits](tuffy/bitstream-io@v2.5.3...v2.6.0) Updates `indexmap` from 2.6.0 to 2.7.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.6.0...2.7.0) Updates `quick-xml` from 0.36.2 to 0.37.1 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.36.2...v0.37.1) Updates `encoding_rs` from 0.8.34 to 0.8.35 - [Commits](hsivonen/encoding_rs@v0.8.34...v0.8.35) Updates `serde_json` from 1.0.128 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.128...v1.0.133) Updates `ttf-parser` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/harfbuzz/ttf-parser/releases) - [Changelog](https://github.com/harfbuzz/ttf-parser/blob/main/CHANGELOG.md) - [Commits](harfbuzz/ttf-parser@v0.25.0...v0.25.1) Updates `id3` from 1.14.0 to 1.16.0 - [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md) - [Commits](polyfloyd/rust-id3@v1.14.0...v1.16.0) Updates `syn` from 2.0.79 to 2.0.87 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.79...2.0.87) Updates `proc-macro2` from 1.0.87 to 1.0.92 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.87...1.0.92) Updates `regex` from 1.11.0 to 1.11.1 - [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.0...1.11.1) Updates `webbrowser` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](amodm/webbrowser-rs@v1.0.2...v1.0.3) Updates `os_info` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/stanislav-tkach/os_info/releases) - [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md) - [Commits](stanislav-tkach/os_info@v3.8.2...v3.9.0) Updates `sys-locale` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/1Password/sys-locale/releases) - [Changelog](https://github.com/1Password/sys-locale/blob/main/CHANGELOG.md) - [Commits](1Password/sys-locale@v0.3.1...v0.3.2) Updates `ashpd` from 0.9.2 to 0.10.2 - [Release notes](https://github.com/bilelmoussaoui/ashpd/releases) - [Commits](bilelmoussaoui/ashpd@0.9.2...0.10.2) Updates `zip` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.2.0...v2.2.1) Updates `csv` from 1.3.0 to 1.3.1 - [Commits](BurntSushi/rust-csv@1.3.0...1.3.1) Updates `indicatif` from 0.17.8 to 0.17.9 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.8...0.17.9) Updates `async-io` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-io@v2.3.4...v2.4.0) Updates `futures-lite` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](smol-rs/futures-lite@v2.3.0...v2.5.0) Updates `reqwest` from 0.12.8 to 0.12.9 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9) Updates `tempfile` from 3.13.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) Updates `lyon_geom` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/nical/lyon/releases) - [Commits](https://github.com/nical/lyon/commits) Updates `insta` from 1.40.0 to 1.41.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.40.0...1.41.1) Updates `libloading` from 0.8.5 to 0.8.6 - [Commits](nagisa/rust_libloading@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: rfd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: linkme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: bitstream-io dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: encoding_rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: ttf-parser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: id3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: webbrowser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: sys-locale dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: ashpd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: lyon_geom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 cargo-minor group with 35 updates in the / directory:
0.1.40
0.1.41
0.3.18
0.3.19
4.5.20
4.5.21
1.0.89
1.0.93
1.19.0
1.20.0
1.0.34
1.0.35
0.25.2
0.25.5
1.0.210
1.0.215
2.5.2
2.5.4
1.40.0
1.41.1
0.15.0
0.15.1
0.3.28
0.3.31
2.5.3
2.6.0
2.6.0
2.7.0
0.36.2
0.37.1
0.8.34
0.8.35
1.0.128
1.0.133
0.25.0
0.25.1
1.14.0
1.16.0
1.0.87
1.0.92
1.11.0
1.11.1
1.0.2
1.0.3
3.8.2
3.9.0
0.3.1
0.3.2
0.9.2
0.10.2
2.2.0
2.2.1
1.3.0
1.3.1
0.17.8
0.17.9
2.3.4
2.4.0
2.3.0
2.5.0
0.12.8
0.12.9
3.13.0
3.14.0
1.0.5
1.0.6
1.40.0
1.41.1
0.8.5
0.8.6
Updates
tracing
from 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.
... (truncated)
Commits
0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)f6a6c8c
tracing: add index API forField
(#2820)345fbff
Addjson-subscriber
to ecosystem (#3121)82a92df
fix: correct SerializeField definition and doc formatting (#3040)Updates
tracing-subscriber
from 0.3.18 to 0.3.19Release notes
Sourced from tracing-subscriber's releases.
Commits
311c313
chore: prepare tracing-subscriber 0.3.19 (#3162)35f360a
chore: fix new Clippy lints in Rust 1.83.0 (#3165)c66a692
chore: prepare tracing-serde 0.2.0 (#3160)0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)Updates
clap
from 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
03d7226
chore: Release3df70fb
docs: Update changelog3266c36
Merge pull request #5691 from epage/custom951762d
feat(complete): Allow any OsString-compatible type to be a CompletionCandidatebb6493e
feat(complete): Offer - as a path option27b348d
refactor(complete): Simplify ArgValueCandidates code49b8108
feat(complete): Add PathCompleter82a360a
feat(complete): Add ArgValueCompleter47aedc6
fix(complete): Ensure paths are sorted431e2bc
test(complete): Ensure ArgValueCandidates get filteredUpdates
anyhow
from 1.0.89 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntax6c52daa
Release 1.0.91Updates
bytemuck
from 1.19.0 to 1.20.0Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
9bf993b
chore: Release bytemuck version 1.20.00a995ff
changelog1400815
Improvefill_zeroes
' use ofptr::write_bytes
(#284)13f4ae0
Add functions to allocate zeroedArc
andRc
(#283)af8d110
MoreTransparentWrapper
impls (core::cmp::Reverse
and `core::num::Saturat...79a15d0
Remove incorrect spanned quote usage (#279)Updates
flate2
from 1.0.34 to 1.0.35Release notes
Sourced from flate2's releases.
Commits
14aec22
Merge pull request #439 from folkertdev/update-zlib-rs-0.4.0eff67ad
upgrade zlib-rs to version0.4.0
ce18d3a
Merge pull request #438 from jdno/upgrade-action74841c5
Upgrade actions/upload-artifactUpdates
image
from 0.25.2 to 0.25.5Changelog
Sourced from image's changelog.
Commits
317bc16
Merge pull request #2378 from Shnatsel/chainjloga35ec47
Temporarily disable PCX format (#2379)6378e0b
Drop PCX from changelog for 0.25.5 releasee6fd913
Update CHANGES.mdfe094b3
Merge pull request #2373 from awxkee/avif-yuv-decoder3b4a56c
Bump version to 0.25.55a1d77a
Update format support tables120c799
Fill in changelog for 0.25.5daa5e88
ChangedUnspecified
to Bt.709092879c
More precise bit depth expandingUpdates
serde
from 1.0.210 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
url
from 2.5.2 to 2.5.4Release notes
Sourced from url's releases.
Commits
d77dfb4
Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" (#999)da64903
Change no_std to no-std in Cargo.toml (#991)8a683ff
Merge idna-v1x to main (#990)08a3268
OSS-Fuzz: Add more fuzzers (#988)5d363cc
Improve serde error output (#982)30e6258
fix: support wasm32-wasip2 on stable channel (#983)bf089c4
support hermit (#985)b08a655
Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)ebd5cfb
no_std
support for theurl
crate (#831)7eccac9
Add a test for and fix issue #974 (#975)Updates
tokio
from 1.40.0 to 1.41.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
bb7ca75
chore: prepare Tokio v1.41.1 (#6959)4a34b77
metrics: fix bug with wrong number of buckets for the histogram (#6957)8897885
docs: fix mismatched backticks in CONTRIBUTING.md (#6951)0dbdd19
ci: update cargo-check-external-types to 0.1.13 (#6949)94e55c0
net: fix typo inTcpStream
internal comment (#6944)4468f27
metrics: fixed flakyworker_steal_count
test (#6932)070a825
metrics: removed race condition from global_queue_depth_multi_thread test (#6...946401c
net: displaynet
requirement fornet::UdpSocket
in docs (#6938)0c01fd2
ci: use patched version of cargo-check-external-types to fix CI failure (#6937)ebe2416
ci: use cargo deny (#6931)Updates
rfd
from 0.15.0 to 0.15.1Release notes
Sourced from rfd's releases.
Changelog
Sourced from rfd's changelog.
Commits
5cb7002
Version bump 0.15.1 (#222)48c452c
deps: Update ashpd to 0.10 (#220)Updates
linkme
from 0.3.28 to 0.3.31Release notes
Sourced from linkme's releases.
Commits
3c09b2b
Release 0.3.3123f271c
Merge pull request #105 from dtolnay/debug310fb2b
Delete redundant DistributedSlice impl block9156041
Implement Debug for DistributedSlice2890326
Merge pull request #104 from dtolnay/refoptionref1096508
Ignore ref_option_ref pedantic clippy lint in generated code2c96488
Release 0.3.300b94c7e
Merge pull request #102 from dtolnay/rust2024107cd3c
Reorder test lint settings to ignore unknown rust-2024-compatibility in old r...42a27d9
Add CI job on Rust 1.82 to test unsafe attrsUpdates
bitstream-io
from 2.5.3 to 2.6.0Commits
6f01d94
Bump version to 2.6.0b2ee299
Merge pull request #24 from sdroege/signed-in-out-default-impls9dac0a1
Add default impls for BitRead::read_signed_in() and BitWrite::write_signed_out()Updates
indexmap
from 2.6.0 to 2.7.0Changelog
Sourced from indexmap's changelog.
Commits
539b401
Merge pull request #361 from cuviper/insert_entry998edb1
Release 2.7.02a0ca97
Add{Entry,VacantEntry}::insert_entry
dceb0f0
Merge pull request #360 from cuviper/collect_vec_listc095322
ci: downgrade hashbrown for 1.637d8cef8
Use rayon-1.9.0'scollect_vec_list
Updates
quick-xml
from 0.36.2 to 0.37.1Release notes
Sourced from quick-xml's releases.