deps(deps): bump the minor-and-patch group across 1 directory with 6 updates - #1897
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [uuid](https://github.com/uuid-rs/uuid) | `1.26.0` | `1.26.1` | | [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.26.4` | `0.26.5` | | [cxx](https://github.com/dtolnay/cxx) | `1.0.199` | `1.0.201` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.16.0` | `1.16.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.4.4` | `1.4.5` | Updates `uuid` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.26.0...v1.26.1) Updates `tokio-rustls` from 0.26.4 to 0.26.5 - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](rustls/tokio-rustls@v/0.26.4...v/0.26.5) Updates `cxx` from 1.0.199 to 1.0.201 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](dtolnay/cxx@1.0.199...1.0.201) Updates `smallvec` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.16.0...v1.16.1) Updates `cxx-build` from 1.0.199 to 1.0.201 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](dtolnay/cxx@1.0.199...1.0.201) Updates `cc` from 1.4.4 to 1.4.5 - [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.4.4...cc-v1.4.5) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tokio-rustls dependency-version: 0.26.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: cxx dependency-version: 1.0.201 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: smallvec dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: cxx-build dependency-version: 1.0.201 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: cc dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 minor-and-patch group with 5 updates in the / directory:
1.26.01.26.10.26.40.26.51.0.1991.0.2011.16.01.16.11.4.41.4.5Updates
uuidfrom 1.26.0 to 1.26.1Release notes
Sourced from uuid's releases.
Commits
9f92712Merge pull request #910 from uuid-rs/cargo/v1.26.1d4df8f0prepare for 1.26.1 release5613f23Merge pull request #909 from uuid-rs/fix/ts-conversion-overflowfda00ebdon't panic in overflowing Timestamp to SystemTime conversionc82e88cMerge pull request #907 from lenamonj/v7-counter-placementac065a6Align the counter diagram34ec102Seat the v7 counter below the version nibbleUpdates
tokio-rustlsfrom 0.26.4 to 0.26.5Release notes
Sourced from tokio-rustls's releases.
Commits
f8832d2Bump version to 0.26.5c0fad2freturn more data at once from TlsStream::poll_read (#198)edc7306build(deps): bump futures-util from 0.3.33 to 0.3.34baeadaabuild(deps): bump rcgen from 0.14.8 to 0.14.91e138adbuild(deps): bump taiki-e/cache-cargo-install-action from 3.0.7 to 3.0.8b4ecff6build(deps): bump taiki-e/cache-cargo-install-action from 3 to 3.0.7f47a689build(deps): bump rustls from 0.23.42 to 0.23.43e25578ebuild(deps): bump tokio from 1.53.0 to 1.53.1d2a6d98server: add rustdoc hinting towards timeout wrappingc2e9b4aclient: add rustdoc hinting towards timeout wrappingUpdates
cxxfrom 1.0.199 to 1.0.201Release notes
Sourced from cxx's releases.
Commits
982aa18Release 1.0.201a543f3bLockfile updatea237c37Reformat with clang-format 22eeabfb5Move static assertions from header to source file47d9bf7Merge pull request #1758 from MixusMinimax/slice-impl-borrowed-range-and-view5a9c2baMerge pull request #1759 from dtolnay/bazel6fd40abRegister bazel toolchains as dev dependenciesefedfd5Specialize std::ranges::enable_borrowed_range and std::ranges::enable_view fo...3e17146Allowreindeer vendorto write ignored files to vendor directoryb4c4e8dMerge pull request #1756 from dtolnay/tupleUpdates
smallvecfrom 1.16.0 to 1.16.1Release notes
Sourced from smallvec's releases.
Commits
700e1c3Merge pull request #581 from alejandro-vaz/fix-warningsd3462fcMerge pull request #582 from alejandro-vaz/doc-warning68d3ff7Merge pull request #585 from ryux1/chore/584-bump-1.16.17a062b5chore: bump version to 1.16.1fa87519fix: style formatting1629294fix: style formatting09bc3a8Merge branch 'v1' into fix-warningsdc38f70fix: doc warninge3078b6fix: cargo warningsfadb3b8Merge pull request #557 from bolshoytoster/v1Updates
cxx-buildfrom 1.0.199 to 1.0.201Release notes
Sourced from cxx-build's releases.
Commits
982aa18Release 1.0.201a543f3bLockfile updatea237c37Reformat with clang-format 22eeabfb5Move static assertions from header to source file47d9bf7Merge pull request #1758 from MixusMinimax/slice-impl-borrowed-range-and-view5a9c2baMerge pull request #1759 from dtolnay/bazel6fd40abRegister bazel toolchains as dev dependenciesefedfd5Specialize std::ranges::enable_borrowed_range and std::ranges::enable_view fo...3e17146Allowreindeer vendorto write ignored files to vendor directoryb4c4e8dMerge pull request #1756 from dtolnay/tupleUpdates
ccfrom 1.4.4 to 1.4.5Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
171f8f6chore: release (#1874)754c1a0fix: probe flag support without OUT_DIR via tempfile (#1875)b1c1794refactor: simplify conditional logic usingthenmethod (#1860)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 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