-
Notifications
You must be signed in to change notification settings - Fork 7
chore(deps): bump the rust-dependencies group across 1 directory with 20 updates #198
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
Closed
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
… 20 updates Bumps the rust-dependencies group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.10` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.92` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.82` | `0.1.83` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.18.0` | `1.19.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.2.0-rc.9` | `0.2.1` | | [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.11` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` | `1.0.89` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.9` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.9.0` | `3.11.0` | | [stacker](https://github.com/rust-lang/stacker) | `0.1.15` | `0.1.17` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.67` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` | | [bindgen](https://github.com/rust-lang/rust-bindgen) | `0.69.4` | `0.69.5` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.21` | `1.1.34` | Updates `anstyle` from 1.0.8 to 1.0.10 - [Commits](rust-cli/anstyle@v1.0.8...v1.0.10) Updates `anyhow` from 1.0.89 to 1.0.92 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.92) Updates `async-trait` from 0.1.82 to 0.1.83 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.82...0.1.83) Updates `bytemuck` from 1.18.0 to 1.19.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.18.0...v1.19.0) Updates `clap` from 4.5.18 to 4.5.20 - [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.18...clap_complete-v4.5.20) Updates `futures-util` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `hybrid-array` from 0.2.0-rc.9 to 0.2.1 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.2.0-rc.9...v0.2.1) Updates `libm` from 0.2.8 to 0.2.11 - [Release notes](https://github.com/rust-lang/libm/releases) - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](rust-lang/libm@0.2.8...libm-v0.2.11) Updates `once_cell` from 1.19.0 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.2) Updates `proc-macro2` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.86...1.0.89) Updates `reqwest` from 0.12.7 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.7...v0.12.9) Updates `serde` from 1.0.210 to 1.0.214 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.214) Updates `serde_json` from 1.0.128 to 1.0.132 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.132) Updates `serde_with` from 3.9.0 to 3.11.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.9.0...v3.11.0) Updates `stacker` from 0.1.15 to 0.1.17 - [Commits](rust-lang/stacker@stacker-0.1.15...stacker-0.1.17) Updates `tempfile` from 3.12.0 to 3.13.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.12.0...v3.13.0) Updates `thiserror` from 1.0.64 to 1.0.67 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...1.0.67) Updates `tokio` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0) Updates `bindgen` from 0.69.4 to 0.69.5 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/v0.69.5/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.69.4...v0.69.5) Updates `cc` from 1.1.21 to 1.1.34 - [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.21...cc-v1.1.34) --- updated-dependencies: - dependency-name: anstyle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: stacker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
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 rust-dependencies group with 20 updates in the / directory:
1.0.81.0.101.0.891.0.920.1.820.1.831.18.01.19.04.5.184.5.200.3.300.3.310.2.0-rc.90.2.10.2.80.2.111.19.01.20.21.0.861.0.890.12.70.12.91.0.2101.0.2141.0.1281.0.1323.9.03.11.00.1.150.1.173.12.03.13.01.0.641.0.671.40.01.41.00.69.40.69.51.1.211.1.34Updates
anstylefrom 1.0.8 to 1.0.10Commits
9ce373fchore: Release6668ff0docs: Update changelog13e008aMerge pull request #228 from DaniPopes/avoid-write-macro-strfb843c5perf: avoid using write! macro with single str5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically tooUpdates
anyhowfrom 1.0.89 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8eRelease 1.0.92a16252bMerge pull request #390 from dtolnay/rawaddrfcf2ef8Compile &raw test on Rust 1.82+ only1e7e9feParse raw address expression syntax7d1a8f9Add test of raw addr expression syntax6c52daaRelease 1.0.914986853Merge pull request #388 from dtolnay/outdirf130b76Clean up dep-info files from OUT_DIRa0b868aRelease 1.0.900f74169Improve rendering of inline code in macros documentationUpdates
async-traitfrom 0.1.82 to 0.1.83Release notes
Sourced from async-trait's releases.
Commits
e6b4d47Release 0.1.83bfe8d61Merge pull request #278 from dtolnay/arbself7bd974bIgnore needless_arbitrary_self_type clippy lint in generated codeb53b4e7Add regression test for issue 277Updates
bytemuckfrom 1.18.0 to 1.19.0Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
7b98ff1chore: Release bytemuck version 1.19.0422acc0changelog.da9b187addtrack_callerfeature (#276)1c09edffix #274 (#275)48952a0chore: Release bytemuck_derive version 1.8.02cd9719changeloga637e1dderive(Zeroable) on fieldful enums and repr(C) enums (#257)bb36879Improve documentation of features. (#272)Updates
clapfrom 4.5.18 to 4.5.20Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
5034cabchore: Releaseb5b690cdocs: Update changelogabba196Merge pull request #5688 from epage/rename6ddd5d4fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates71c5e27fix(complete)!: Rename CustomCompleter to ValueCandidates1089073chore: Releasec9b8c85docs: Update changelog8b3de18Merge pull request #5685 from epage/engineb38538dfix(complete)!: Rename dynamic to engine232af62Merge pull request #5684 from epage/endlessUpdates
futures-utilfrom 0.3.30 to 0.3.31Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
1e05281Release 0.3.318a8b085Fix clippy::uninit_vec warningf3fb74dDocument howBoxFutures /BoxStreams are often made (#2887)f00e7afFix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3ci: Work around sanitizer issue on latest Linux kernel7bf5a72Fix issues withAsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)87afaf3Use#[inline(always)]onclone_arc_raw(#2865)549b90bAdd accessors for the inner of stream::Iter (#2875)07b004aAdd missing symbols (#2883)86dc069Various fixes too make the CI green (#2885)Updates
hybrid-arrayfrom 0.2.0-rc.9 to 0.2.1Changelog
Sourced from hybrid-array's changelog.
... (truncated)
Commits
ced33afv0.2.1 (#102)9d47c79README.md: fix MSRV badge6a321aav0.2.0 (#94)762e801CI: test all features in isolation (#101)8fae5f5v0.2.0-rc.12 (#100)ff42c5drustdoc: one does not simply migrate from generic-array2ca79c5Optionalbytemucksupport (#99)5275b8fREADME.md: documentserdefeature (#98)52cb652MoreAssocArraySizedocs (#97)c4eff01Add basicAssocArraySizedocs (#96)Updates
libmfrom 0.2.8 to 0.2.11Release notes
Sourced from libm's releases.
Changelog
Sourced from libm's changelog.
... (truncated)
Commits
cdbf423chore: release v0.2.117532f81Enable caching on all CI jobs that build the crate (#341)28f20d8Reduce the number of iterations on emulated aarch64 Linux3dbb187Mark libm-macros and musl-math-sys as publish=false6bbbed5Merge pull request #300 from tgross35/test-refactoringfb9cd47Enable more targets on CIdf9f125Disable a unit test that is failing on i586b126e7cAdd dockerfiles for i586, riscv, and thumb0e69109Add a test against musl libm364e13eIntroduce a generic way to control checks for specific casesUpdates
once_cellfrom 1.19.0 to 1.20.2Changelog
Sourced from once_cell's changelog.
Commits
4fbd4a5release 1.20.30aef2f8Merge pull request #267 from taiki-e/portable-atomiccf87ac6Remove "portable-atomic?/require-cas" from race feature3b9bd9brelease 1.20.1f61508aMerge pull request #265 from taiki-e/portable-atomic449e5d7Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2eMerge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623v1.20.0f2d95bfupdate Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGSUpdates
proc-macro2from 1.0.86 to 1.0.89Release notes
Sourced from proc-macro2's releases.
Commits
671d87dRelease 1.0.899574d98Merge pull request #474 from dtolnay/outdir3e8962cClean up dep-info files from OUT_DIR6b3395aRelease 1.0.88faee27eMerge pull request #472 from dtolnay/startend44f8ff2Restore nightly behavior of Span::start and Span::end50b477dRelease 1.0.87f0b6802Merge pull request #471 from dtolnay/punctnew98ea261Check valid punctuation character in Punct::newd60aaadIgnore missing_panics_doc pedantic clippy lintUpdates
reqwestfrom 0.12.7 to 0.12.9Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
797df2bv0.12.964aa7d1add webpki roots option for rustls no provider setup (#2447)598f857Add content length to async_impl::multipart file streams (#2459)d99e90dfix: re-enable verbose connection read logs (#2454)aba01fffeat: Add support for Certificate Revocation Lists (#2433)3ad6e02refactor: remove internal proxy sys cache (#2442)95fec09v0.12.8baf9712fix: pass pool_timer to hyper_util to enable the idle cleanup task (#2434)d85f44bBump rustls-native-certs (#2427)c8665betests: use a documented test network for testingUpdates
serdefrom 1.0.210 to 1.0.214Release notes
Sourced from serde's releases.
Commits
4180621Release 1.0.214210373bMerge pull request #2568 from Mingun/into_deserializer-for-deserializers9cda015Implement IntoDeserializer for all Deserializers in serde::de::value module58a8d22Release 1.0.213ef0ed22Merge pull request #2847 from dtolnay/newtypewith79925acIgnore dead_code warning in regression testb60e409Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5Add regression test for issue 284649e11ceIgnore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5fRelease 1.0.212Updates
serde_jsonfrom 1.0.128 to 1.0.132Release notes
Sourced from serde_json's releases.
Commits
86d933cRelease 1.0.132f45b422Merge pull request #1206 from dtolnay/hasnextf2082d2Clearer order of comparisons0f54a1aHandle early return sooner on eof in seq or map2a4cb44Rearrange 'match peek'4cb90ceMerge pull request #1205 from dtolnay/hasnextb71ccd2Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9Release 1.0.1310d084c5Touch up PR 1135b4954a9Merge pull request #1135 from swlynch99/map-deserializerUpdates
serde_withfrom 3.9.0 to 3.11.0Release notes
Sourced from serde_with's releases.
Commits
bc20634Bump version to 3.11 (#791)bf8cfd4Bump version to 3.11a58cb33Add support for hashbrown v0.15 (#790)ef7403dUpdate changelog5d97c6aAdd support for hashbrown v0.15db290afBump regex from 1.10.3 to 1.11.0 (#788)a329a52Bump regex from 1.10.3 to 1.11.0eb41764Fix clippy::needless_lifetimes (#789)eca5a27Fix clippy::needless_lifetimesf1b79f2Bump version to 3.10.0 (#786)Updates
stackerfrom 0.1.15 to 0.1.17Commits
9f8cf8fFix typo in expect message6059c7bUpdate Readmef9300b7Bump version to 0.1.17aec0b30Add rust-version metadatae238c22Upgrade windows-sys to 0.52-0.599a90c0eSuppress warning in testf48cd7dFix the CI and bump release version (#93)8e925da[illumos] enable guess_os_stack_limit (#88)91cf50amigrate from winapi to windows_sys (#76)071bab3psm 0.1.21Updates
tempfilefrom 3.12.0 to 3.13.0Changelog
Sourced from tempfile's changelog.
Commits
a354f8cchore: release 3.13.0d21b602chore: update depsd6600daAdd forwith_suffix(#299)19280c5Document current default permissions for tempdirs (#296)c5eac9ffix: address clippy unnecessary deref lint in test (#294)Updates
thiserrorfrom 1.0.64 to 1.0.67Release notes
Sourced from thiserror's releases.
Commits
925f2ddRelease 1.0.67b3bc3e7Merge pull request #340 from dtolnay/fallbackscan0ab908aIgnore expected unnecessary_wraps pedantic clippy lintc357f97Add infallible expr scanner fallback for scanning invalid code60bc0f2Merge pull request #339 from dtolnay/fullexprdabb96fUse syn's real expression parser if it has full syntax support144b3b6Remove#[allow]for fixed clippy bug851f694Merge pull request #337 from dtolnay/scan45e18f5Ignore enum_glob_use pedantic clippy lint2585669More robust scanning for fmt argument expressionsUpdates
tokiofrom 1.40.0 to 1.41.0Release notes
Sourced from