Bump the rust group across 1 directory with 5 updates#131
Merged
DarkWanderer merged 1 commit intomainfrom Nov 20, 2024
Merged
Conversation
Bumps the rust group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [image](https://github.com/image-rs/image) | `0.25.4` | `0.25.5` | | [libc](https://github.com/rust-lang/libc) | `0.2.161` | `0.2.164` | | [nalgebra](https://github.com/dimforge/nalgebra) | `0.33.1` | `0.33.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.213` | `1.0.215` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` | Updates `image` from 0.25.4 to 0.25.5 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.4...v0.25.5) Updates `libc` from 0.2.161 to 0.2.164 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.161...0.2.164) Updates `nalgebra` from 0.33.1 to 0.33.2 - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](dimforge/nalgebra@v0.33.1...v0.33.2) Updates `serde` from 1.0.213 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.215) Updates `tokio` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: nalgebra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... 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 rust group with 5 updates in the / directory:
0.25.40.25.50.2.1610.2.1640.33.10.33.21.0.2131.0.2151.41.01.41.1Updates
imagefrom 0.25.4 to 0.25.5Changelog
Sourced from image's changelog.
Commits
317bc16Merge pull request #2378 from Shnatsel/chainjloga35ec47Temporarily disable PCX format (#2379)6378e0bDrop PCX from changelog for 0.25.5 releasee6fd913Update CHANGES.mdfe094b3Merge pull request #2373 from awxkee/avif-yuv-decoder3b4a56cBump version to 0.25.55a1d77aUpdate format support tables120c799Fill in changelog for 0.25.5daa5e88ChangedUnspecifiedto Bt.709092879cMore precise bit depth expandingUpdates
libcfrom 0.2.161 to 0.2.164Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
dad00cbchore: release v0.2.16401ce562Merge pull request #4051 from tgross35/stable-ci8153ac1Merge pull request #4049 from tgross35/rust-version5f0d183Merge pull request #4040 from tgross35/stable-msrv5125160Merge pull request #4027 from rust-lang/release-plz-2024-11-12T07-15-20Z6093ce0MacOS: moveifconftos_no_extra_traitsa4b5bf8Remove the "main" workflowd7b6bf0ci: Remove tests with rust < 1.630a976d3ci: trim trailing whitespacecfd7ebfchore: release v0.2.163Updates
nalgebrafrom 0.33.1 to 0.33.2Changelog
Sourced from nalgebra's changelog.
Commits
db2d242Release v0.33.2 (#1457)3974a40Fixclippy::legacy_numeric_constantslint (#1456)36ce13eFixclippy::empty_line_after_doc_commentslint (#1455)0183803Fix some typos. (#1428)ed9d9ccclippy: Fixclippy::doc_lazy_continuationlints (#1427)6de97b6ci: Update toactions/checkoutv4 from v2 (#1426)d0a269fSupport conversion for glam 0.29 (#1434)efb3adaFix no-std CI build configurationUpdates
serdefrom 1.0.213 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4Release 1.0.215fa5d58cUse ui test syntax that does not interfere with rustfmt1a3cf4bUpdate PR 2562 ui tests7d96352Merge pull request #2857 from dtolnay/collide111ecc5Update ui tests for warning on colliding aliasesedd6fe9Revert "Add checks for conflicts for aliases"a20e924Revert "pacify clippy"b1353a9Merge pull request #2856 from dtolnay/denamec59e876Produce a separate warning for every colliding name7f1e697Merge pull request #2855 from dtolnay/namespanUpdates
tokiofrom 1.41.0 to 1.41.1Release notes
Sourced from tokio's releases.
Commits
bb7ca75chore: prepare Tokio v1.41.1 (#6959)4a34b77metrics: fix bug with wrong number of buckets for the histogram (#6957)8897885docs: fix mismatched backticks in CONTRIBUTING.md (#6951)0dbdd19ci: update cargo-check-external-types to 0.1.13 (#6949)94e55c0net: fix typo inTcpStreaminternal comment (#6944)4468f27metrics: fixed flakyworker_steal_counttest (#6932)070a825metrics: removed race condition from global_queue_depth_multi_thread test (#6...946401cnet: displaynetrequirement fornet::UdpSocketin docs (#6938)0c01fd2ci: use patched version of cargo-check-external-types to fix CI failure (#6937)ebe2416ci: use cargo deny (#6931)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