-
Notifications
You must be signed in to change notification settings - Fork 938
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
chore(deps): bump the patch-updates group across 1 directory with 45 updates #6639
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
…updates Bumps the patch-updates group with 36 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.92` | `1.0.93` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.20.0` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.8` | `0.2.9` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.4.0` | `2.5.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.161` | `0.2.167` | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.5` | `0.8.6` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.72` | `0.3.74` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` | | [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) | `0.4.7` | `0.4.8` | | [syn](https://github.com/dtolnay/syn) | `2.0.87` | `2.0.90` | | [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.18` | `0.2.21` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.17` | `0.6.18` | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.34` | `1.2.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.2` | `0.7.3` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.9` | `0.3.10` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.1` | `2.2.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.11` | `1.0.14` | | [mio](https://github.com/tokio-rs/mio) | `1.0.2` | `1.0.3` | | [polling](https://github.com/smol-rs/polling) | `3.7.3` | `3.7.4` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.38` | `0.38.41` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.7` | `0.5.8` | | [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` | | [tracy-client-sys](https://github.com/nagisa/rust_tracy_client) | `0.24.1` | `0.24.2` | | [ttf-parser](https://github.com/harfbuzz/ttf-parser) | `0.25.0` | `0.25.1` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.13` | `1.0.14` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` | | [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.22` | `0.8.23` | Updates `anyhow` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.92...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 `ctor` from 0.2.8 to 0.2.9 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `futures-lite` from 2.4.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.4.0...v2.5.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 `libc` from 0.2.161 to 0.2.167 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.161...0.2.167) Updates `libloading` from 0.8.5 to 0.8.6 - [Commits](nagisa/rust_libloading@0.8.5...0.8.6) Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `serde_json` from 1.0.132 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.133) Updates `wasm-bindgen` from 0.2.95 to 0.2.97 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97) Updates `web-sys` from 0.3.72 to 0.3.74 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `tokio` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1) Updates `arbitrary` from 1.3.2 to 1.4.1 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) Updates `libfuzzer-sys` from 0.4.7 to 0.4.8 - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/libfuzzer@0.4.7...0.4.8) Updates `syn` from 2.0.87 to 2.0.90 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.87...2.0.90) Updates `allocator-api2` from 0.2.18 to 0.2.21 - [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md) - [Commits](zakarumych/allocator-api2@v0.2.18...v0.2.21) Updates `anstream` from 0.6.17 to 0.6.18 - [Commits](rust-cli/anstyle@anstream-v0.6.17...anstream-v0.6.18) Updates `bytes` from 1.8.0 to 1.9.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.8.0...v1.9.0) Updates `cc` from 1.1.34 to 1.2.2 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.1.34...cc-v1.2.2) 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 `clap_builder` 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@v4.5.20...v4.5.21) Updates `clap_lex` from 0.7.2 to 0.7.3 - [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_lex-v0.7.2...clap_lex-v0.7.3) Updates `derive_arbitrary` from 1.3.2 to 1.4.1 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) Updates `errno` from 0.3.9 to 0.3.10 - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/rust-errno@v0.3.9...v0.3.10) Updates `fastrand` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.1.1...v2.2.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 `itoa` from 1.0.11 to 1.0.14 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.11...1.0.14) Updates `mio` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.2...v1.0.3) Updates `polling` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/smol-rs/polling/releases) - [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md) - [Commits](smol-rs/polling@v3.7.3...v3.7.4) Updates `proc-macro2` from 1.0.89 to 1.0.92 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.89...1.0.92) Updates `rustix` from 0.38.38 to 0.38.41 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.38...v0.38.41) Updates `serde_derive` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `socket2` from 0.5.7 to 0.5.8 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) 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-core` from 0.1.32 to 0.1.33 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.32...tracing-core-0.1.33) 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 `tracy-client-sys` from 0.24.1 to 0.24.2 - [Commits](nagisa/rust_tracy_client@tracy-client-sys-v0.24.1...tracy-client-sys-v0.24.2) 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 `unicode-ident` from 1.0.13 to 1.0.14 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.13...1.0.14) 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 `wasm-bindgen-backend` from 0.2.95 to 0.2.97 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97) Updates `wasm-bindgen-macro` from 0.2.95 to 0.2.97 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97) Updates `wasm-bindgen-macro-support` from 0.2.95 to 0.2.97 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97) Updates `wasm-bindgen-shared` from 0.2.95 to 0.2.97 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97) Updates `xml-rs` from 0.8.22 to 0.8.23 - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](kornelski/xml-rs@0.8.22...0.8.23) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: ctor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: arbitrary dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: libfuzzer-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: allocator-api2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: derive_arbitrary dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: errno dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: flate2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: mio dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: polling dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: socket2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracing dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracing-core dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracing-subscriber dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracy-client-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: ttf-parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: url dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wasm-bindgen-backend dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wasm-bindgen-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wasm-bindgen-macro-support dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wasm-bindgen-shared dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: xml-rs dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Dec 2, 2024
@dependabot ignore libfuzzer-sys minor version |
OK, I won't notify you about version 0.4.x of libfuzzer-sys again, unless you unignore it. |
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
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-updates group with 36 updates in the / directory:
1.0.92
1.0.93
1.19.0
1.20.0
0.2.8
0.2.9
2.4.0
2.5.0
2.6.0
2.7.0
0.2.161
0.2.167
0.8.5
0.8.6
1.0.214
1.0.215
1.0.132
1.0.133
0.2.95
0.2.97
0.3.72
0.3.74
1.41.0
1.41.1
1.3.2
1.4.1
0.4.7
0.4.8
2.0.87
2.0.90
0.2.18
0.2.21
0.6.17
0.6.18
1.8.0
1.9.0
1.1.34
1.2.2
4.5.20
4.5.21
0.7.2
0.7.3
0.3.9
0.3.10
2.1.1
2.2.0
1.0.34
1.0.35
1.0.11
1.0.14
1.0.2
1.0.3
3.7.3
3.7.4
0.38.38
0.38.41
0.5.7
0.5.8
0.1.40
0.1.41
0.3.18
0.3.19
0.24.1
0.24.2
0.25.0
0.25.1
1.0.13
1.0.14
2.5.2
2.5.4
0.8.22
0.8.23
Updates
anyhow
from 1.0.92 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 v2Updates
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
ctor
from 0.2.8 to 0.2.9Commits
Updates
futures-lite
from 2.4.0 to 2.5.0Release notes
Sourced from futures-lite's releases.
Changelog
Sourced from futures-lite's changelog.
Commits
83bcf1e
v2.5.0bf22c0e
RemoveUnpin
bound from lines (#113)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
libc
from 0.2.161 to 0.2.167Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
3831e59
chore: release v0.2.1677cbac14
Merge pull request #4167 from tgross35/backport-fix-rustc-dep-of-std70b1487
Alowstatic_mut_refs
withrustc-dep-of-std
96db1f4
ci: test withrustc-dep-of-std
4ca22fa
Fix the build withrustc-dep-of-std
0acb8d6
Merge pull request #4166 from tgross35/backport-crate-preludeb52375d
Add a.git-blame-ignore-revs
entry for adding the prelude108310d
Make use of the crate's prelude to replace individual imports877b6f6
Create an internal prelude1abd74b
trusty: Addintptr_t
anduintptr_t
Updates
libloading
from 0.8.5 to 0.8.6Commits
fa0694e
fix CI and prepare a releasee4b159b
fix: make Error::source return GetModuleHandleExW sourceUpdates
serde
from 1.0.214 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
serde_json
from 1.0.132 to 1.0.133Release notes
Sourced from serde_json's releases.
Commits
0903de4
Release 1.0.1332b65ca0
Merge pull request #1215 from dtolnay/fromarray4e5f985
Implement From<[T; N]> for Value2ccb5b6
Disable question_mark clippy lint in lexical testa11f5f2
Resolve unnecessary_map_or clippy lints07f280a
Wrap PR 1213 to 80 columns75ed447
Merge pull request #1213 from djmitche/safety-comment73011c0
Add a safety comment to unsafe blockbe2198a
Prevent upload-artifact step from causing CI failure7cce517
Raise minimum version for preserve_order feature to Rust 1.65Updates
wasm-bindgen
from 0.2.95 to 0.2.97Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
7fa2afa
Regenerate reference tests (#4309)b4428b0
Prepare v0.2.97 release (#4308)b9333c5
Note that feature resolver version 2 is required (#4307)9fab9ce
Only usewasm_bindgen::__rt
in proc-macros (#4305)32db0f4
Removed a few#[allow(dead_code)]
(#4299)7ad4766
Prepare v0.2.96 release (#4298)473e3db
Add environment variables to configure tests (#4295)b3da9dc
transition away from deprecated setters internally (#4297)2fbee99
Use private constructors in type definitions of structs without an exported c...9e78347
Improved errors for invalidself
arguments (#4276)Updates
web-sys
from 0.3.72 to 0.3.74Commits
Updates
tokio
from 1.41.0 to 1.41.1Release notes
Sourced from tokio's releases.
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
arbitrary
from 1.3.2 to 1.4.1Changelog
Sourced from arbitrary's changelog.
... (truncated)
Commits
c22d7c8
Arbitrary-derive 1.4.1690db06
Merge pull request #204 from djc/msrv6cbaf48
Merge pull request #205 from Manishearth/fq-resultde2becf
Use fully qualified path for Result when generated by macro4f5967b
Bump version for releasea5dfc7e
Check stated MSRV in CIda62b03
Add lifetime bound for trait impl as required on older toolchainsf643527
Use std::error::Error for compatibility with older toolchains5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185 from sosthene-nitrokey/wide-recursiveUpdates
libfuzzer-sys
from 0.4.7 to 0.4.8Changelog
Sourced from libfuzzer-sys's changelog.
Commits
ebfcedf
Bump to version 0.4.86947ccb
Merge pull request #123 from fitzgen/update-libfuzzer-vendoring1a23bcd
Update libFuzzer to 19.x94c9045
Add CI to check that libfuzzer is vendored at the correct version4a4554e
Update docs on libfuzzer vendoringbc6ce26
Rewriteupdate-libfuzzer.sh
to vendor a specific commitc8275d1
Merge pull request #120 from c410-f3r/mastered23315
Removeonce_lock
9848925
Merge pull request #117 from rchildre3/update-libfuzzer-18bf29d77
Update libfuzzer code to compiler-rt 18Updates
syn
from 2.0.87 to 2.0.90Release notes
Sourced from syn's releases.
Commits
ac5b41c
Release 2.0.909037abb
Merge pull request #1787 from dtolnay/unparenthesizetest1a549c0
Improve test_unparenthesize to catch more false negativesf9aa206
Merge pull request #1786 from dtolnay/fieldcall1445ccf
Do not parenthesize unnamed tuple struct fields in call48d0101
Fix parenthesization of field expressions in function calls0e5c568
Add test of parentheses needed in call of field1cf735e
Merge pull request #1785 from dtolnay/attrprecedence204c155
Lower precedence of expressions containing outer attrs401399f
Add test of attr precedence inside subexpressionUpdates
allocator-api2
from 0.2.18 to 0.2.21Commits
63cd7fc
Bump patch version66a574c
Merge pull request #22 from wada314/main636f336
Merge branch 'main' of github.com:wada314/allocator-api25ba2f05
Fix the Box::into_inner's double free.dedb0ed
Fix the Box::into_inner's double free.367168a
Patch version8e27d18
Setup MSRV361088f
Patch627c5de
Fix all build errorsf937b96
Fix Box::leak should be publicUpdates
anstream
from 0.6.17 to 0.6.18Commits
fabe0c3
chore: Release762ca76
docs: Update changelogd364ac4
Merge pull request #229 from epage/cfgad3f458
fix(stream): Respect 'test' feature0b8d105
fix(stream): Refer to correct stream on panic69cf6c9
refactor(stream): Pull out test macro bodyc78b3c1
refactor(stream): Be extra clear that macros mod is not for useab37812
chore(deps): Update compatible (dev) (#226)7c48196
Merge pull request #227 from rust-cli/renovate/stable-1.xa28405f
style: Make clippy happyUpdates
bytes
from 1.8.0 to 1.9.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
d0a14de
chore: prepare bytes v1.9.0 (#748)54f1c26
Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)4cd8969
ReplaceBufMut::put
withBufMut::put_slice
in Writer impl (#745)2d996a2
Fix typo inBuf::chunk()
comment (#744)30ee8e9
AddBytes::from_owner
(#742)Updates
cc
from 1.1.34 to 1.2.2Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
... (truncated)
Commits
5daf14e
chore: release v1.2.2 (#1306)afb6d60
build: Inherit flags from rustc (#1279)4f312e3
Add support for using sccache wrapper with cuda/nvcc (#1304)f770d56
Fix msvc stdout not shown on error (#1303)1eefa74
CI: Avoid running scheduled jobs on forks (#1302)11f0f2e
Regenerate target info (#1301)5e3c257
Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)6a1def4
Fix: Fetch target info from Cargo even ifBuild::target
is manually set (#1...a8f0611
Fix two files with different extensions having the same object name (#1295)29d6ca1
Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)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 option