-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the rust-dependencies group across 1 directory with 21 updates #9
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
Bumps the rust-dependencies group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.54` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [toml](https://github.com/toml-rs/toml) | `0.9.10+spec-1.1.0` | `0.9.11+spec-1.1.0` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.1` | `2.1.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.50` | `1.2.52` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.17` | | [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.180` | | [pest](https://github.com/pest-parser/pest) | `2.8.4` | `2.8.5` | | [pest_derive](https://github.com/pest-parser/pest) | `2.8.4` | `2.8.5` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.105` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.43` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.21` | `1.0.22` | | [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.114` | | [unicase](https://github.com/seanmonstar/unicase) | `2.8.1` | `2.9.0` | Updates `clap` from 4.5.53 to 4.5.54 - [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.53...clap_complete-v4.5.54) Updates `indexmap` from 2.12.1 to 2.13.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.1...2.13.0) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11) Updates `assert_cmd` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.1...v2.1.2) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) Updates `cc` from 1.2.50 to 1.2.52 - [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.50...cc-v1.2.52) Updates `clap_builder` from 4.5.53 to 4.5.54 - [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.53...v4.5.54) Updates `find-msvc-tools` from 0.1.5 to 0.1.7 - [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@find-msvc-tools-v0.1.5...find-msvc-tools-v0.1.7) Updates `itoa` from 1.0.15 to 1.0.17 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.15...1.0.17) Updates `libc` from 0.2.178 to 0.2.180 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.180) Updates `pest` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `pest_derive` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `pest_generator` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `pest_meta` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `proc-macro2` from 1.0.103 to 1.0.105 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.105) Updates `quote` from 1.0.42 to 1.0.43 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.43) Updates `rustix` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.2...v1.1.3) Updates `ryu` from 1.0.21 to 1.0.22 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.21...1.0.22) Updates `syn` from 2.0.111 to 2.0.114 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.111...2.0.114) Updates `unicase` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/seanmonstar/unicase/releases) - [Commits](seanmonstar/unicase@v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.52 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap_builder dependency-version: 4.5.54 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: find-msvc-tools dependency-version: 0.1.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: itoa dependency-version: 1.0.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libc dependency-version: 0.2.180 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest dependency-version: 2.8.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest_derive dependency-version: 2.8.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest_generator dependency-version: 2.8.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest_meta dependency-version: 2.8.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.105 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: quote dependency-version: 1.0.43 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustix dependency-version: 1.1.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ryu dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.114 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: unicase dependency-version: 2.9.0 dependency-type: indirect update-type: version-update:semver-minor 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
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 rust-dependencies group with 16 updates in the / directory:
4.5.534.5.542.12.12.13.01.0.1451.0.1490.9.10+spec-1.1.00.9.11+spec-1.1.02.1.12.1.23.23.03.24.01.2.501.2.521.0.151.0.170.2.1780.2.1802.8.42.8.52.8.42.8.51.0.1031.0.1051.0.421.0.431.0.211.0.222.0.1112.0.1142.8.12.9.0Updates
clapfrom 4.5.53 to 4.5.54Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
194c676chore: Release44838f6docs: Update changelog0f59d55Merge pull request #6027 from Alpha1337k/mastere2aa2f0Feat: Add catch-all on external subcommands for zshb9c0aeeFeat: Add external subcommands test to suiteUpdates
indexmapfrom 2.12.1 to 2.13.0Changelog
Sourced from indexmap's changelog.
Commits
a4aba99Merge pull request #431 from cuviper/release-2.13.0e345f3aRelease 2.13.0e6b677bMerge pull request #430 from cuviper/split_at_checked61c9d53AddSlice::split_at_checkedandsplit_at_mut_checked8b8d350Merge pull request #426 from cuviper/clone-intokv88efd0cimpl Clone for IntoKeysandIntoValues3b6d04bMerge pull request #425 from cuviper/inner-coreeb30eb1Move crate::map::core to crate::innerUpdates
serde_jsonfrom 1.0.145 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formatting8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146Updates
tomlfrom 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0Commits
febf44cchore: Release5009cf2docs: Update changelogb5798aafix(toml): Support serializing u64, i128, u128 (#1086)9fd8b72fix(toml): Support serializing i128/u12894fc5e0fix(toml): Support serializing full u64 range2e09401chore: ReleaseUpdates
assert_cmdfrom 2.1.1 to 2.1.2Changelog
Sourced from assert_cmd's changelog.
Commits
edda0b2chore: Release assert_cmd version 2.1.2891d412docs: Update changeloge39dc36Merge pull request #267 from epage/mustd947cb0fix: Add must_use before assertions are applied7b8fd99Merge pull request #264 from kemingy/doc_macro_semicolon79f8e57docs: add the missing semicolon for macro6289384chore(deps): Update Rust Stable to v1.92 (#262)7b353d8Merge pull request #260 from assert-rs/renovate/actions-checkout-6.x48cda51chore(deps): Update actions/checkout action to v6ee88946docs: Clarify cargo_bin_cmdUpdates
tempfilefrom 3.23.0 to 3.24.0Changelog
Sourced from tempfile's changelog.
Commits
1712764chore: release v3.24.0a8dc864feat: completely support WASIP2 on stable rust (#382)5a03572Exclude CI scripts from published package (#384)da894f1build(deps): bump actions/checkout from 5 to 6 (#383)Updates
ccfrom 1.2.50 to 1.2.52Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
d0562c9chore: release (#1651)c3ff4eaFix contradictory doc for CC compiler in crate doc (#1650)c1055d8Have CUDA compilaion check for sbsa-linux when targeting aarch64. (#1647)7abc2e6Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) (#1648)6b3e91bFix Build::env_tool to check for .exe on windows (#1646)e7784c8Fix tool existence check in find_tool method (#1645)d1a3017Fix SdkInfo::find_tool to check for executable extension (#1644)826c105chore: release (#1643)154ae3cRegenerate target info (#1642)3c8d24bUpdate Readmes (#1641)Updates
clap_builderfrom 4.5.53 to 4.5.54Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
4ecbf54chore: Releasef04062bdocs: Update changelogd68caa8Merge pull request #6205 from maheshbansod/default-val-no-desca062eaffix: Default vals on new line if possible values15509aftest: Demonstrate default value ui bug on no desce115243chore: Released4c34fadocs: Update changelogab4f438Merge pull request #6203 from jpgrayson/fix/zsh-space-after-dir-completions5571b83fix(complete): Trailing space after zsh directory completions06a2311chore: ReleaseUpdates
find-msvc-toolsfrom 0.1.5 to 0.1.7Release notes
Sourced from find-msvc-tools's releases.
Commits
d0562c9chore: release (#1651)c3ff4eaFix contradictory doc for CC compiler in crate doc (#1650)c1055d8Have CUDA compilaion check for sbsa-linux when targeting aarch64. (#1647)7abc2e6Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) (#1648)6b3e91bFix Build::env_tool to check for .exe on windows (#1646)e7784c8Fix tool existence check in find_tool method (#1645)d1a3017Fix SdkInfo::find_tool to check for executable extension (#1644)826c105chore: release (#1643)154ae3cRegenerate target info (#1642)3c8d24bUpdate Readmes (#1641)Updates
itoafrom 1.0.15 to 1.0.17Release notes
Sourced from itoa's releases.
Commits
21d6109Release 1.0.1755c15a1Use performance chart from itoa-benchmarkcf33343Update ryu links to zmij2dff249Set repr(C) on DECIMAL_PAIRS4c18677Release 1.0.162e6134dExclude benchmark dependencies from being compiled by miri2c7311bMerge pull request #65 from dtolnay/upbb76a9cUpdate libcore implementation links83539d1Ignore cast_lossless pedantic clippy lint4394758Update benchmark chartUpdates
libcfrom 0.2.178 to 0.2.180Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
4b38c69chore: release libc 0.2.180300e643qnx: add missing BPF and ifreq structures12fd831ci: Add rtems to basic tier 3 checksb062844Only test addresses of cmsghdrs that are multiples of the size of cmsghdr.676a4f8linux: Movemembarrier.hconstants tosrc/new0803faelinux: Restructurenetlinktosrc/new72f4c1auclibc: Re-enable__SIZEOF_PTHREAD_COND_Ton non-L4Re uclibc757e55anetbsd/riscv64.rs: make changes so that this builds again.042f118musl: Fix incorrect definitions of struct stat on some architectures03755c4linux, emscripten, android, l4re: handle zero-sized payload differences in CM...Updates
pestfrom 2.8.4 to 2.8.5Release notes
Sourced from pest's releases.
Commits
3a1450dbump version to 2.8.5 (#1144)3a23ebeFix clippy::result_large_err (#1143)Updates
pest_derivefrom 2.8.4 to 2.8.5Release notes
Sourced from pest_derive's releases.
Commits
3a1450dbump version to 2.8.5 (#1144)3a23ebeFix clippy::result_large_err (#1143)Updates
pest_generatorfrom 2.8.4 to 2.8.5Release notes
Sourced from pest_generator's releases.
Commits
3a1450dbump version to 2.8.5 (#1144)3a23ebeFix clippy::result_large_err (#1143)Updates
pest_metafrom 2.8.4 to 2.8.5Release notes
Sourced from pest_meta's releases.
Commits
3a1450dbump version to 2.8.5 (#1144)3a23ebeFix clippy::result_large_err (#1143)Updates
proc-macro2from 1.0.103 to 1.0.105Release notes
Sourced from proc-macro2's releases.
Commits
8c4135fRelease 1.0.1052825fb1Make same crates available during probe as in crate rootcc5819cMerge pull request #528 from dtolnay/nostde78151eDisable std prelude2fbddd4Delete html_root_url commentaa54fc3Patch rustc-literal-escaper std dependencies876f800CStr is available in core since Rust 1.644321369Release 1.0.1049561144Merge pull request #527 from dtolnay/extend57fed01Update actions/upload-artifact@v5 -> v6Updates
quotefrom 1.0.42 to 1.0.43Release notes
Sourced from quote's releases.
Commits
635ee67Release 1.0.435f605a6Reorder module-level attributes in crate root9c63ceeDelete html_root_url comment009af09Disallow direct use of quote v1 as a no-std crate546c7c2Merge pull request 320 from tamird/no-stdfc59136Merge pull request #319 from tamird/fix-testsb3faa37Make the crate no_std8e70480Merge pull request #318 from tamird/more-core3b9996btests: fix compilation with--no-default-features4d1e4feChange std imports to core/allocUpdates
rustixfrom 1.1.2 to 1.1.3Commits
3832726chore: Release rustix version 1.1.3f2a19cfAdd test ensuring UB can't be introduced (#1566)2d66cdfEnable ioctl and makedev on Redox (#1565)76aff5eFix Android build: enablelinux-raw-sysand exclude Android-unsupported Lin...bb00248Implement dirfd equivalent functions (#1549)cea123cRevert #1552. (#1564)f648570Update the pins for the MSRV, and add macos-14 to CI. (#1563)291ec97Rudimentarysanitize_memorysupport. (#1541)0993b3dRemovegetifaddrsfrom the "not yet" category. (#1562)29408eaclippy: fix useless_conversion lint (#1556)Updates
ryufrom 1.0.21 to 1.0.22Release notes
Sourced from ryu's releases.
Commits
234334cRelease 1.0.2251b8e83Exclude dtoa-benchmark.png from published cratedf6352eUse performance chart from dtoa-benchmarkb3037a6Add static assertion on static table size0ab19d1Delete f32 from fuzz targetdbc9322Remove clippy suppression that is no longer triggeredafdaf39Add miri architecture matrix6461eaaSupport platform without 64-bit atomic9b909ceResolve cast_lossless pedantic clippy lint in test9b09b79Switch to fixed size countersUpdates
synfrom 2.0.111 to 2.0.114Release notes
Sourced from syn's releases.
Commits
211e0dfRelease 2.0.11418cd645Touch up PR 19568c9f7e1Merge pull request #1956 from tamird/no-std-prepf8a7a33Disable std prelude888a207Delete html_root_url comment8cfa32aRelease 2.0.113d5e19ffDo PR 1953 also for LifetimeParam3fe4dc6Merge pull request #1953 from wyfo/fix/type-param-colon-no-bounds31508f3Fix TypeParam expecting identifier after colon1534d3aUpdate reqwest dev-dependency to 0.13Updates
unicasefrom 2.8.1 to 2.9.0Release notes
Sourced from unicase's releases.
Commits
3101cfdv2.9.062d3941bump license year (#80)820c5e8update to Unicode v17.0.0 (#79)1827c19Check for ASCII inFromimpl as well (#77)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions