deps(deps): bump the patch-updates group across 1 directory with 8 updates#64
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(deps): bump the patch-updates group across 1 directory with 8 updates#64dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…dates Bumps the patch-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.44` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.30` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.150` | | [home](https://github.com/rust-lang/cargo) | `0.5.11` | `0.5.12` | | [port-selector](https://github.com/ZingerLittleBee/port-selector-rs) | `0.1.6` | `0.1.7` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.3` | `3.1.4` | | [libc](https://github.com/rust-lang/libc) | `0.2.177` | `0.2.186` | Updates `chrono` from 0.4.42 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.44) Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `log` from 0.4.28 to 0.4.30 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.30) Updates `serde_json` from 1.0.145 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.150) Updates `home` from 0.5.11 to 0.5.12 - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](rust-lang/cargo@home-0.5.11...home-0.5.12) Updates `port-selector` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/ZingerLittleBee/port-selector-rs/releases) - [Commits](ZingerLittleBee/port-selector-rs@v0.1.6...v0.1.7) Updates `predicates` from 3.1.3 to 3.1.4 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.3...v3.1.4) Updates `libc` from 0.2.177 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.177...0.2.186) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: home dependency-version: 0.5.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: port-selector dependency-version: 0.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: predicates dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
b749c1b to
cce97e7
Compare
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
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 patch-updates group with 8 updates in the / directory:
0.4.420.4.441.0.1001.0.1020.4.280.4.301.0.1451.0.1500.5.110.5.120.1.60.1.73.1.33.1.40.2.1770.2.186Updates
chronofrom 0.4.42 to 0.4.44Release notes
Sourced from chrono's releases.
Commits
c14b459Bump version to 0.4.44ea832c5Add track_caller to non-deprecated functionscfae889Fix panic message in to_rfc2822f8900b5docs: match MSRV withCargo.tomlcontents45caaa9Update copyright year to 2026 in LICENSE.txt1c0b8f0Bump version to 0.4.43a03e43bUpgrade windows-bindgen to 0.664fedabaIgnore bincode advisoryf4b7bbdBump actions/checkout from 5 to 6db12973Added doctest for the NaiveDate years_since function (#1755)Updates
anyhowfrom 1.0.100 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
logfrom 0.4.28 to 0.4.30Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
9c55760Merge pull request #725 from rust-lang/cargo/0.4.30d1acb05update docs on current MSRV and note latest bump in changelog5068293prepare for 0.4.30 release7ccd873Merge pull request #724 from rust-lang/feat/net-to-value923dfaafix up test cfgsecb7de8gate net value impls on std67bb4f6run fmt25f49ferework net type capturing7087dcbfeat: impl ToValue for core::net types67bc7e3Merge pull request #723 from woodruffw-forks/ww/ciUpdates
serde_jsonfrom 1.0.145 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
homefrom 0.5.11 to 0.5.12Commits
4f15cc8Make shell completion variables private. (#16144)f71caebMore warning conversions (#16143)fcd0c86Make shell completion variables private.1f9d059Convert RUST_FLAGS and RUSTDOC_FLAGS warnings5e6929fConvert cargo tree warning36bf7f6Add a test for the cargo tree --all warning.b118df4Bump openssl-src to 300.3.5.4+3.5.4 (#16140)85a3813Bump openssl-src to 300.3.5.4+3.5.4211aad4build: remove duplicate dependency, consolidate over unicode-ident (#16137)391c970Bump unicode-ident to 1.0.20Updates
port-selectorfrom 0.1.6 to 0.1.7Release notes
Sourced from port-selector's releases.
Commits
ba1ed62chore: update to 0.1.735248ceMerge pull request #14 from ZingerLittleBee/renovate/github-codeql-action-4.xb3bb474Merge pull request #15 from ZingerLittleBee/renovate/actions-checkout-6.xaf6a4efMerge pull request #17 from yanns/rand_0.10091eb14Merge pull request #18 from yanns/fix_warnings54bb953fix clippy warnings475049efix compilation4374caefix(deps): update rust crate rand to 0.10.0b244d96chore(deps): update actions/checkout action to v60c5fc65chore(deps): update github/codeql-action action to v4Updates
predicatesfrom 3.1.3 to 3.1.4Changelog
Sourced from predicates's changelog.
Commits
f54f2cdchore: Releasece8099eMerge pull request #200 from rynoV/master34d11dedocs: Update changeloga03ae99feat: Make BoxPredicate::find_case use the inner find_case9b59897test: Add test for BoxPredicate::find_case45f4333Merge pull request #201 from assert-rs/renovate/crate-ci-typos-1.xb9c965bchore(deps): Update pre-commit hook crate-ci/typos to v1.42.30d9cf08Merge pull request #199 from epage/template9968b8achore: Update from _rust templatee4f2b35chore(ci): Update actionUpdates
libcfrom 0.2.177 to 0.2.186Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
42620ff[0.2] libc: Release 0.2.1869db2eaaapple: add KEVENT_FLAG_* constants3840939Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linuxf697debchore: migrate from Cirrus CI to GHA71d5bfclibc: Release 0.2.1851027d1cRevert "ci: Pin nightly to 2026-04-01"0e9c6e5redox: Add semaphore functions24ef457feat: add back support for gnu windows x86 in ciaa75cafhorizon: Change POLL constants from c_short to c_intb7eda5ahexagon: add missing constants and fix types for linux-musl