Bump the cargo-dependencies group with 5 updates#307
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the cargo-dependencies group with 5 updates#307dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.86` | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` | | [ndarray](https://github.com/rust-ndarray/ndarray) | `0.15.6` | `0.16.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.138` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | Updates `async-trait` from 0.1.83 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.86) Updates `clap` from 4.5.23 to 4.5.27 - [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.23...clap_complete-v4.5.27) Updates `ndarray` from 0.15.6 to 0.16.1 - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.15.6...0.16.1) Updates `serde_json` from 1.0.134 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.138) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: ndarray dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-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. |
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 cargo-dependencies group with 5 updates:
0.1.830.1.864.5.234.5.270.15.60.16.11.0.1341.0.1381.42.01.43.0Updates
async-traitfrom 0.1.83 to 0.1.86Release notes
Sourced from async-trait's releases.
Commits
46a70c0Release 0.1.860e43f29Merge pull request #286 from dtolnay/dyncompc49cbcbUpdate 'object safe' -> 'dyn compatible' naming in tests87316f9Merge pull request #285 from dtolnay/dyncompeb69fb3Delete section on dyn compatibility of default implementationsec9665aUpdate example error message in docsf1b4d3cUpdate ui test suite to nightly-2025-02-01b33a4b2More precise gitignore patterns9d09210Remove **/*.rs.bk from project-specific gitignore3f11674Update ui test suite to nightly-2025-01-23Updates
clapfrom 4.5.23 to 4.5.27Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
21c9892chore: Release0c8bcebdocs: Update changelogd8f102aMerge pull request #5732 from epage/consistentc92fca3docs(complete): Clarify CompleteEnv's Shell trait5ca60e9Merge pull request #5731 from epage/bash5d7c16cfix(complete): Adjust how IFS is passed to clapdf1efcachore: Released48bef6docs: Update changelog6b7aa3dMerge pull request #5628 from mart-mihkel/complete_hyphen57b6cb8refactor(complete): Simplify engine::completeUpdates
ndarrayfrom 0.15.6 to 0.16.1Release notes
Sourced from ndarray's releases.
... (truncated)
Changelog
Sourced from ndarray's changelog.
... (truncated)
Commits
6f773770.16.133e2a58Merge pull request #1421 from rust-ndarray/blas-simplify1df6c32Fix infinite recursion, overflow, and off-by-one error in triu/tril (#1418)876ad01blas: test with more than one pattern in data0153a37blas: Simplify control flow in matrix multiply453eae3blas: Refactor and simplify gemm call further7226d39blas: Run blas-mock-tests in cross compiler tests05789c1Use resolver=2 in the workspace700b4ddscripts: Fix off by one in makechangelogf563af0Merge pull request #1419 from rust-ndarray/blas-layoutUpdates
serde_jsonfrom 1.0.134 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099Release 1.0.138dc29e48Move BufReader to caller29122f9Sort imports from PR 1237d33c1b5Merge pull request #1237 from JonathanBrouwer/master8c2d800Add more warnings to apply buffering on docs of affected functions65bbd1aFix example of from_reader not applying buffering when it should87f78daMore precise gitignore patterns4134f11Remove *.sw[po] from gitignorec7626dbRemove **/*.rs.bk from project-specific gitignoreeb49e28Release 1.0.137Updates
tokiofrom 1.42.0 to 1.43.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
5f3296dchore: prepare Tokio v1.43.0 (#7079)cc974a6chore: prepare tokio-macros v2.5.0 (#7078)15495fdmetrics: improve flexibility of H2Histogram Configuration (#6963)ad41834io: don't callset_lenbefore initializing vector inBlocking(#7054)bd3e857runtime: moveis_join_waker_setassertion inunset_waker(#7072)15f7366runtime: fixLocalRuntimedoc links (#7074)fd2048dci: split miri jobs into unit and integration tests (#7071)e8f3915chore: use unsync loads forunsync_load(#7073)67f1277net: fix ambiguity inTcpStream::try_write_vectoreddocs (#7067)463502cio: clarifyReadBuf::uninitallows initialized buffers as well (#7053)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