-
Notifications
You must be signed in to change notification settings - Fork 82
Build(deps): Bump the pointercrate group across 1 directory with 28 updates #254
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
…pdates Bumps the pointercrate group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.2` | `0.3.3` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.0` | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.22.0` | `1.23.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.20` | `1.2.22` | | [crc](https://github.com/mrhooray/crc-rs) | `3.2.1` | `3.3.0` | | [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.2.0` | `1.2.1` | | [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.13` | `0.2.15` | | [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.107` | `0.9.108` | | redox_syscall | `0.5.11` | `0.5.12` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.0.5` | `1.0.7` | | [rustls](https://github.com/rustls/rustls) | `0.23.26` | `0.23.27` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.11.0` | `1.12.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [synstructure](https://github.com/mystor/synstructure) | `0.13.1` | `0.13.2` | | [toml](https://github.com/toml-rs/toml) | `0.8.21` | `0.8.22` | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.7` | `0.7.10` | Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) Updates `getrandom` from 0.3.2 to 0.3.3 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.2...v0.3.3) Updates `tokio` from 1.44.2 to 1.45.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) Updates `backtrace` from 0.3.74 to 0.3.75 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](rust-lang/backtrace-rs@0.3.74...0.3.75) Updates `bytemuck` from 1.22.0 to 1.23.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.22.0...v1.23.0) Updates `cc` from 1.2.20 to 1.2.22 - [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.20...cc-v1.2.22) Updates `crc` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/mrhooray/crc-rs/releases) - [Commits](https://github.com/mrhooray/crc-rs/commits) Updates `idna_adapter` from 1.2.0 to 1.2.1 - [Commits](hsivonen/idna_adapter@v1.2.0...v1.2.1) Updates `libm` from 0.2.13 to 0.2.15 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/.release-plz.toml) - [Commits](rust-lang/compiler-builtins@libm-v0.2.13...libm-v0.2.15) Updates `litemap` from 0.7.5 to 0.8.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `openssl-sys` from 0.9.107 to 0.9.108 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.107...openssl-sys-v0.9.108) Updates `redox_syscall` from 0.5.11 to 0.5.12 Updates `rustix` from 1.0.5 to 1.0.7 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.5...v1.0.7) Updates `rustls` from 0.23.26 to 0.23.27 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.26...v/0.23.27) Updates `rustls-pki-types` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.11.0...v/1.12.0) Updates `rustls-webpki` from 0.103.1 to 0.103.3 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.1...v/0.103.3) Updates `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `synstructure` from 0.13.1 to 0.13.2 - [Commits](https://github.com/mystor/synstructure/commits) Updates `tinystr` from 0.7.6 to 0.8.1 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `toml` from 0.8.21 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.21...toml-v0.8.22) Updates `toml_edit` from 0.22.25 to 0.22.26 - [Commits](toml-rs/toml@v0.22.25...v0.22.26) Updates `toml_write` from 0.1.0 to 0.1.1 - [Commits](toml-rs/toml@toml_write-v0.1.0...toml_write-v0.1.1) Updates `winnow` from 0.7.7 to 0.7.10 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.7...v0.7.10) Updates `writeable` from 0.5.5 to 0.6.1 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `yoke` from 0.7.5 to 0.8.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `yoke-derive` from 0.7.5 to 0.8.0 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zerovec` from 0.10.4 to 0.11.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zerovec-derive` from 0.10.3 to 0.11.1 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: getrandom dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: backtrace dependency-version: 0.3.75 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: bytemuck dependency-version: 1.23.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: cc dependency-version: 1.2.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: crc dependency-version: 3.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: idna_adapter dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: libm dependency-version: 0.2.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: litemap dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: openssl-sys dependency-version: 0.9.108 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: redox_syscall dependency-version: 0.5.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: rustix dependency-version: 1.0.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: rustls dependency-version: 0.23.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: rustls-pki-types dependency-version: 1.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: rustls-webpki dependency-version: 0.103.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: synstructure dependency-version: 0.13.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tinystr dependency-version: 0.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: toml dependency-version: 0.8.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: toml_edit dependency-version: 0.22.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: toml_write dependency-version: 0.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: winnow dependency-version: 0.7.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: writeable dependency-version: 0.6.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: yoke dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: yoke-derive dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: zerovec dependency-version: 0.11.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: zerovec-derive dependency-version: 0.11.1 dependency-type: indirect update-type: version-update:semver-minor 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
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 pointercrate group with 18 updates in the / directory:
0.4.400.4.410.3.20.3.31.44.21.45.00.3.740.3.751.22.01.23.01.2.201.2.223.2.13.3.01.2.01.2.10.2.130.2.150.9.1070.9.1080.5.110.5.121.0.51.0.70.23.260.23.271.11.01.12.00.10.80.10.90.13.10.13.20.8.210.8.220.7.70.7.10Updates
chronofrom 0.4.40 to 0.4.41Release notes
Sourced from chrono's releases.
Commits
d1de1d9Bump version to 0.4.41e2bd1d1Add support for lenient format strings (#1693)2c95b0aTweak expression to avoid repetitionebeef99TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0Tweak style on NaiveWeek fixesb267a4fImplemented consistent Hash and Eq trait for NaiveWeek7c0bd13Apply suggestions from clippy 1.86104cdc7Bump MSRV to 1.626a85301Upgrade to windows-bindgen 0.61265c79bTweak WeekdaySet method orderUpdates
getrandomfrom 0.3.2 to 0.3.3Changelog
Sourced from getrandom's changelog.
Commits
8239640Update Cargo.lock with updated version (#664)4804becRelease v0.3.3 (#663)74e53daFix error handling in WASI p1 (#661)f0ff6e2build(deps): bump the all-deps group with 2 updates (#662)68aecabUpdate Cargo.lock (#659)189dcb3Add changelog entry for v0.2.16 (#657)07b0c12Update Cargo.lock (#652)aaff261changelog: fix v0.3.3 link (#650)27a48b2build(deps): bump the all-deps group with 2 updates (#649)eff129cci: remove DragonFly BSD VM job (#648)Updates
tokiofrom 1.44.2 to 1.45.0Release notes
Sourced from tokio's releases.
Commits
00754c8chore: prepare Tokio v1.45.0 (#7308)1ae9434time: revert "use sharding for timer implementation" related changes (#7226)8895bbaci: Test AArch64 Windows (#7288)48ca254time: updatesleepdocumentation to reflect maximum allowed duration (#7302)a0af02acompat: add more documentation totokio_util::compat(#7279)0ce3a11metrics: stabilizeworker_park_countandworker_unpark_count(#7276)1ea9ce1ci: fix cfg!(miri) declarations in tests (#7286)4d4d126chore: prepare tokio-util v0.7.15 (#7283)5490267fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32examples: improve echo example consistency (#7256)Updates
backtracefrom 0.3.74 to 0.3.75Release notes
Sourced from backtrace's releases.
Commits
f8cc6acMerge pull request #680 from ChrisDenton/0.3.75612c018Cut backtrace 0.3.75d7c5a45Merge pull request #689 from workingjubilee/formalize-lruc88b038Revert "mem::swap, not mem::replace, in LRU backshifts"b7fbd04mem::swap, not mem::replace, in LRU backshifts3afccb1raise backtrace MSRV to allowinline_const63b7d26Use a custom container for Cache's cache154a0eaUpdate libloading dep, runcargo updaterust-lang/backtrace-rs#6504d7906brust-lang/backtrace-rs#682a9c4658Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...Updates
bytemuckfrom 1.22.0 to 1.23.0Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
028ff3bchore: Release bytemuck version 1.23.0343f34fchangelog90db360Impl core's Error trait on Rust 1.81+ (#311)ede9141Set rust version forbytemuck_deriveto 1.61 (#310)46d0910Extend #308 with-unwindsupport (#309)6751adcImpl ZeroablInOption for several function types. (#308)66569e6chore: Release bytemuck_derive version 1.9.25c301b1remove resolver from the Cargo.toml3053413update the .cargo/config.toml to use the "stable rust" feature.9b087bbchore: Release bytemuck_derive version 1.9.1Updates
ccfrom 1.2.20 to 1.2.22Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
d61b3b3chore: release v1.2.22 (#1467)f50ff26Addflagsmethod tocc::Buildfor adding multiple flags (#1466)0342d85chore: release v1.2.21 (#1464)e93b705Fix wasm32-unknown-unknown by passing -c (#1424)Updates
crcfrom 3.2.1 to 3.3.0Commits
Updates
idna_adapterfrom 1.2.0 to 1.2.1Commits
f948802Merge branch 'icu4x-trunk' and turn off default features of the deps4e654c1Update to ICU4X 2.0 release8e5dbf8Beta version of idna_adapter to use ICU4X beta76e6d7aDepend on ICU4X 2.0.0-beta1b0b1dc6Update to ICU4X trunk APIabe012eUse borrowed types from icu_normalizerUpdates
libmfrom 0.2.13 to 0.2.15Release notes
Sourced from libm's releases.
Commits
a4c748frelease-plz: Include the libm changelog in compiler-builtinscf00941chore: releaseda8b582Requiretarget_has_atomic = "ptr"for runtime feature detection1b1b2edci: Mentionci: skip-extensivein the error message6d78c1aReplacesuper::superwithcrate::supportwhere possible8e78411docs: fix typo in Cargo.toml257dd48chore: releasea2f6440Use runtime feature detection for fma routines on x866e4255aRename the i686 module to x86f83962eupdate-api-list: Match subdirectories within archUpdates
litemapfrom 0.7.5 to 0.8.0Changelog
Sourced from litemap's changelog.
... (truncated)
Commits
Updates
openssl-sysfrom 0.9.107 to 0.9.108Release notes
Sourced from openssl-sys's releases.
Commits
132418bMerge pull request #2399 from alex/release-sysf7a692bRelease openssl-sys v0.9.1082f9b496Merge pull request #2398 from botovq/libressl-4.1ae9d988Replace LibreSSL 3.8 with 4.1 in CI5292decAllow libressl 4.1.0 (stable release)6a45982Merge pull request #2392 from sfackler/alex-patch-1df0e2f0test against openssl 3.5.0Updates
redox_syscallfrom 0.5.11 to 0.5.12Updates
rustixfrom 1.0.5 to 1.0.7Commits
6883580chore: Release rustix version 1.0.7fc794e9Fix the assertion inPid::from_rawto accept 0. (#1456)5ce17dbchore: Release rustix version 1.0.6cd95201Remove pidfd_send_signal from not_implemented (#1448)4fbc05cAlways castpread,lseeketc. offsets tooff_t. (#1442)4626b69Document that negative pids aren't UB, but may cause unexpected behavior. (#1...ca41f0aAdd trap instructions afternoreturnsyscalls. (#1444)Updates
rustlsfrom 0.23.26 to 0.23.27Commits
2601909Bump version to 0.23.27a70b0e6Handle webpki RequiredEkuNotFoundContext errors06a704eUpdate to webpki 0.103.29509626Deprecate dangerous_extract_secrets on unbuffered connectionsbf9e874Add test cases for KernelConnection key updates5a12171Add kernel connection API35c44d2Extract tls13 expand_secret function out of extract_secrets47ed0c6ci: enable triggering CI workflow manually26b8ee3ci: skip push triggers for most branches70ed532Update Rust crate nix to 0.30Updates
rustls-pki-typesfrom 1.11.0 to 1.12.0Release notes
Sourced from rustls-pki-types's releases.
Commits
4b52db8Bump version to 1.12.0812eb3aci: sync nightly for cargo-check-external-typesa15fc87Enable running CI workflow manuallydf76779Skip push CI for most branches939c2c6ci: check external typesfae72b9Allow zeroize::Zeroize to appear in public APIc5fffabAdd AlgorithmIdentifiers for ML-DSA variantsb59e08dVersion Cargo.lockbbad87bAdd cargo deny check in CI864471frustfmt: style_edition 2024Updates
rustls-webpkifrom 0.103.1 to 0.103.3Release notes
Sourced from rustls-webpki's releases.
Commits
34a2392Bump version to 0.103.316abda1Support RSA PKCS#1 signatures with absent parameters0ac75b1cargo-check-external-types: update toolchain1e923bfci: enable triggering CI workflow manuallyf4a8783ci: skip push triggers for most branches9cf30f6Bump version to 0.103.2baac0b0Maintain context for key usage mismatch errors85d885dtests: remove test certs for client_auth tests7badc0etests: move check_cert() down5b3dae1tests: use rcgen for client_auth testsUpdates
sha2from 0.10.8 to 0.10.9Commits
82c36a4sha2: add soft-compact backend (backport of #686) (#687)c1e85aeci: remove pre-1.56 jobs and other fixes (#688)a667dd9skein: fix implementation for output sizes not multiple of 8 (#682)62b6ff1Fix blake2 and ascon-hash CI (#521)f3b657cExpose belt_compress to public (#520)9f66cb8md4: Optimize compress to improve hash performance (#519)70a2b62Add simpler code snippet to the documentation (#515)e3ab257Update Cargo.lockc640781ascon-hash: Add Zeroize feature (#480)cfda39fUpdate Cargo.lockUpdates
synstructurefrom 0.13.1 to 0.13.2Commits
Updates
tinystrfrom 0.7.6 to 0.8.1Changelog
Sourced from tinystr's changelog.
... (truncated)
Commits
Updates
tomlfrom 0.8.21 to 0.8.22Commits
6922da3chore: Releasefbf0a92docs: Update changelog83588b3Merge pull request #878 from epage/w1eeb885cfix(serde): Skip fields with newtypes wrapping None3c305c7test(serde): Show NewType(None) behavior7bd5eaftest(serde): Group None tests388cfa3chore(deps): Update toml-test (#877)a025b84refactor(edit): Change ser none tracking to mut field54666addocs(write): Add guidance13cf518refactor(edit): Bypass a layer of abstraction in serUpdates
toml_editfrom 0.22.25 to 0.22.26Commits
6922da3chore: Releasefbf0a92docs: Update changelog83588b3Merge pull request #878 from epage/w1eeb885cfix(serde): Skip fields with newtypes wrapping None3c305c7test(serde): Show NewType(None) behavior7bd5eaftest(serde): Group None tests388cfa3chore(deps): Update toml-test (#877)a025b84refactor(edit): Change ser none tracking to mut field54666addocs(write): Add guidance13cf518refactor(edit): Bypass a layer of abstraction in serUpdates
toml_writefrom 0.1.0 to 0.1.1Commits
6922da3chore: Releasefbf0a92docs: Update changelog83588b3Merge pull request #878 from epage/w1eeb885cfix(serde): Skip fields with newtypes wrapping None3c305c7test(serde): Show NewType(None) behavior7bd5eaftest(serde): Group None tests388cfa3chore(deps): Update toml-test (#877)a025b84refactor(edit): Change ser none tracking to mut field54666addocs(write): Add guidance13cf518refactor(edit): Bypass a layer of abstraction in serUpdates
winnowfrom 0.7.7 to 0.7.10Changelog
Sourced from winnow's changelog.