-
Notifications
You must be signed in to change notification settings - Fork 86
Build(deps): Bump the pointercrate group with 24 updates #199
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 pointercrate group with 24 updates: | Package | From | To | | --- | --- | --- | | [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.20` | `0.2.21` | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.1` | `1.2.2` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.9` | `0.3.10` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.13` | `1.0.14` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.72` | `0.3.74` | | [libc](https://github.com/rust-lang/libc) | `0.2.164` | `0.2.167` | | [mio](https://github.com/tokio-rs/mio) | `1.0.2` | `1.0.3` | | [rsa](https://github.com/RustCrypto/RSA) | `0.9.6` | `0.9.7` | | [rustls](https://github.com/rustls/rustls) | `0.23.18` | `0.23.19` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.7` | `0.5.8` | | [syn](https://github.com/dtolnay/syn) | `2.0.89` | `2.0.90` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracing-attributes](https://github.com/tokio-rs/tracing) | `0.1.27` | `0.1.28` | | [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.32` | `0.1.33` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` | | [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.45` | `0.4.47` | | [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` | | [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` | | [wasm-bindgen-shared](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` | Updates `allocator-api2` from 0.2.20 to 0.2.21 - [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md) - [Commits](https://github.com/zakarumych/allocator-api2/commits/v0.2.21) 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.2.1 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.2.1...cc-v1.2.2) 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 `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 `itoa` from 1.0.13 to 1.0.14 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.13...1.0.14) Updates `js-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 `libc` from 0.2.164 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.164...0.2.167) 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 `rsa` from 0.9.6 to 0.9.7 - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.7/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.6...v0.9.7) Updates `rustls` from 0.23.18 to 0.23.19 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.18...v/0.23.19) 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 `syn` from 2.0.89 to 2.0.90 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.89...2.0.90) 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-attributes` from 0.1.27 to 0.1.28 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-attributes-0.1.27...tracing-attributes-0.1.28) 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 `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](wasm-bindgen/wasm-bindgen@0.2.95...0.2.97) 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](wasm-bindgen/wasm-bindgen@0.2.95...0.2.97) Updates `wasm-bindgen-futures` from 0.4.45 to 0.4.47 - [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 `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](wasm-bindgen/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](wasm-bindgen/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](wasm-bindgen/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) --- updated-dependencies: - dependency-name: allocator-api2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: errno dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: js-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: mio dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: rsa dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: rustls dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: socket2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing-attributes dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing-core dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing-subscriber dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: wasm-bindgen dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: wasm-bindgen-backend dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: wasm-bindgen-futures dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: wasm-bindgen-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: wasm-bindgen-macro-support dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: wasm-bindgen-shared dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: web-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pointercrate group with 24 updates:
0.2.200.2.211.8.01.9.01.2.11.2.20.3.90.3.102.6.02.7.01.0.131.0.140.3.720.3.740.2.1640.2.1671.0.21.0.30.9.60.9.70.23.180.23.190.5.70.5.82.0.892.0.900.1.400.1.410.1.270.1.280.1.320.1.330.3.180.3.190.2.950.2.970.2.950.2.970.4.450.4.470.2.950.2.970.2.950.2.970.2.950.2.970.3.720.3.74Updates
allocator-api2from 0.2.20 to 0.2.21Commits
Updates
bytesfrom 1.8.0 to 1.9.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
d0a14dechore: prepare bytes v1.9.0 (#748)54f1c26Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)4cd8969ReplaceBufMut::putwithBufMut::put_slicein Writer impl (#745)2d996a2Fix typo inBuf::chunk()comment (#744)30ee8e9AddBytes::from_owner(#742)Updates
ccfrom 1.2.1 to 1.2.2Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
5daf14echore: release v1.2.2 (#1306)afb6d60build: Inherit flags from rustc (#1279)4f312e3Add support for using sccache wrapper with cuda/nvcc (#1304)f770d56Fix msvc stdout not shown on error (#1303)1eefa74CI: Avoid running scheduled jobs on forks (#1302)11f0f2eRegenerate target info (#1301)5e3c257Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)6a1def4Fix: Fetch target info from Cargo even ifBuild::targetis manually set (#1...a8f0611Fix two files with different extensions having the same object name (#1295)29d6ca1Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)Updates
errnofrom 0.3.9 to 0.3.10Release notes
Sourced from errno's releases.
Changelog
Sourced from errno's changelog.
Commits
7450e3dRelease 0.3.10 (#103)195e97cUpdate windows-sys requirement from 0.52 to 0.59 (#98)3c1c95cPin libc to older version for Rust 1.56 (#102)e0107c0Support emscripten (#100)b667e6bRemove Bitrig support (#99)17295e1Fix GNU/Hurd tests (#97)Updates
indexmapfrom 2.6.0 to 2.7.0Changelog
Sourced from indexmap's changelog.
Commits
539b401Merge pull request #361 from cuviper/insert_entry998edb1Release 2.7.02a0ca97Add{Entry,VacantEntry}::insert_entrydceb0f0Merge pull request #360 from cuviper/collect_vec_listc095322ci: downgrade hashbrown for 1.637d8cef8Use rayon-1.9.0'scollect_vec_listUpdates
itoafrom 1.0.13 to 1.0.14Release notes
Sourced from itoa's releases.
Commits
7e6b258Release 1.0.146f07cf6Merge pull request #56 from dtolnay/hidebufferd2f97a8Try to prevent Integer<Buffer = ...> IDE suggestionUpdates
js-sysfrom 0.3.72 to 0.3.74Commits
Updates
libcfrom 0.2.164 to 0.2.167Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
3831e59chore: release v0.2.1677cbac14Merge pull request #4167 from tgross35/backport-fix-rustc-dep-of-std70b1487Alowstatic_mut_refswithrustc-dep-of-std96db1f4ci: test withrustc-dep-of-std4ca22faFix the build withrustc-dep-of-std0acb8d6Merge pull request #4166 from tgross35/backport-crate-preludeb52375dAdd a.git-blame-ignore-revsentry for adding the prelude108310dMake use of the crate's prelude to replace individual imports877b6f6Create an internal prelude1abd74btrusty: Addintptr_tanduintptr_tUpdates
miofrom 1.0.2 to 1.0.3Changelog
Sourced from mio's changelog.
Commits
f45f492Release v1.0.3 (#1843)cbb53c7Use poll(2) implementation on AIXd8d68acImplement more I/O safety traits8b6c4b5Remove dependency to hermit-abi (#1830)Updates
rsafrom 0.9.6 to 0.9.7Changelog
Sourced from rsa's changelog.
Commits
551f6e5release: v0.9.72edd479fix: always validate keys in from_components201ad81fix: handle tiny keysUpdates
rustlsfrom 0.23.18 to 0.23.19Commits
4962141Prepare 0.23.1982f5fcePrepare 0.23.18183a099Add reproducer for bug 2227d6d300dRecord and restore the processed cursor in first_handshake_message970f501rustls-bench: fix warnings with no features0fabb84tests: linearize new test code helper976c746fix: do not send session_ticket(35) extension for TLS 1.39a46220fix(deps): update rust crate asn1 to 0.209103dc2Upgrade hickory-resolver to alpha 3fd88639fix(deps): update rust crate asn1 to 0.19Updates
socket2from 0.5.7 to 0.5.8Changelog
Sourced from socket2's changelog.
Commits
Updates
synfrom 2.0.89 to 2.0.90Release notes
Sourced from syn's releases.
Commits
ac5b41cRelease 2.0.909037abbMerge pull request #1787 from dtolnay/unparenthesizetest1a549c0Improve test_unparenthesize to catch more false negativesf9aa206Merge pull request #1786 from dtolnay/fieldcall1445ccfDo not parenthesize unnamed tuple struct fields in call48d0101Fix parenthesization of field expressions in function calls0e5c568Add test of parentheses needed in call of field1cf735eMerge pull request #1785 from dtolnay/attrprecedence204c155Lower precedence of expressions containing outer attrs401399fAdd test of attr precedence inside subexpressionUpdates
tracingfrom 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.
... (truncated)
Commits
0ca7887chore: prepare tracing 0.1.41 (#3159)504a287tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7chore: prepare tracing-core 0.1.33 (#3153)11c8273subscriber: don't gatewith_ansi()on the "ansi" feature (#3020)8a25a16core: fix missedregister_callsiteerror (#2938)6f08af0subscriber: setlogmax level when reloading (#1270)f6a6c8ctracing: add index API forField(#2820)345fbffAddjson-subscriberto ecosystem (#3121)82a92dffix: correct SerializeField definition and doc formatting (#3040)Updates
tracing-attributesfrom 0.1.27 to 0.1.28Release notes
Sourced from tracing-attributes's releases.
Commits
baa5489chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7chore: prepare tracing-core 0.1.33 (#3153)11c8273subscriber: don't gatewith_ansi()on the "ansi" feature (#3020)8a25a16core: fix missedregister_callsiteerror (#2938)6f08af0subscriber: setlogmax level when reloading (#1270)f6a6c8ctracing: add index API forField(#2820)345fbffAddjson-subscriberto ecosystem (#3121)82a92dffix: correct SerializeField definition and doc formatting (#3040)0759973fix: prefix macro calls with ::core to avoid clashing with local macros (#3024)40ae82fmacros: allow field path segments to be keywords (#2925)Updates
tracing-corefrom 0.1.32 to 0.1.33Release notes
Sourced from tracing-core's releases.
Commits
cb0f0e7chore: prepare tracing-core 0.1.33 (#3153)11c8273subscriber: don't gatewith_ansi()on the "ansi" feature (#3020)8a25a16core: fix missedregister_callsiteerror (#2938)6f08af0subscriber: setlogmax level when reloading (#1270)f6a6c8ctracing: add index API forField(#2820)345fbffAddjson-subscriberto ecosystem (#3121)82a92dffix: correct SerializeField definition and doc formatting (#3040)0759973fix: prefix macro calls with ::core to avoid clashing with local macros (#3024)40ae82fmacros: allow field path segments to be keywords (#2925)329d8d3docs: remove non-existing method in comments (#2894)Updates
tracing-subscriberfrom 0.3.18 to 0.3.19Release notes
Sourced from tracing-subscriber's releases.
Commits
311c313chore: prepare tracing-subscriber 0.3.19 (#3162)35f360achore: fix new Clippy lints in Rust 1.83.0 (#3165)c66a692chore: prepare tracing-serde 0.2.0 (#3160)0ca7887chore: prepare tracing 0.1.41 (#3159)504a287tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7chore: prepare tracing-core 0.1.33 (#3153)11c8273subscriber: don't gatewith_ansi()on the "ansi" feature (#3020)8a25a16core: fix missedregister_callsiteerror (#2938)6f08af0subscriber: setlogmax level when reloading (#1270)Updates
wasm-bindgenfrom 0.2.95 to 0.2.97Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
7fa2afaRegenerate reference tests (#4309)b4428b0Prepare v0.2.97 release (#4308)b9333c5Note that feature resolver version 2 is required (