This repository was archived by the owner on May 18, 2026. It is now read-only.
chore(deps): bump the all-dependencies-cargo group across 1 directory with 8 updates#582
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
… with 8 updates Bumps the all-dependencies-cargo group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [colored](https://github.com/mackwic/colored) | `2.2.0` | `3.0.0` | | [petgraph](https://github.com/petgraph/petgraph) | `0.6.5` | `0.8.1` | | [gix](https://github.com/GitoxideLabs/gitoxide) | `0.68.0` | `0.70.0` | | [age](https://github.com/str4d/rage) | `0.10.1` | `0.11.1` | | gethostname | `0.5.0` | `1.0.2` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.41.2` | `0.44.1` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.1` | | [gix-protocol](https://github.com/GitoxideLabs/gitoxide) | `0.46.1` | `0.48.0` | Updates `colored` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v2.2.0...v3.0.0) Updates `petgraph` from 0.6.5 to 0.8.1 - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.5...petgraph@v0.8.1) Updates `gix` from 0.68.0 to 0.70.0 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-v0.68.0...gix-v0.70.0) Updates `age` from 0.10.1 to 0.11.1 - [Release notes](https://github.com/str4d/rage/releases) - [Commits](str4d/rage@v0.10.1...v0.11.1) Updates `gethostname` from 0.5.0 to 1.0.2 Updates `octocrab` from 0.41.2 to 0.44.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.41.2...v0.44.1) Updates `rand` from 0.8.5 to 0.9.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.1) Updates `gix-protocol` from 0.46.1 to 0.48.0 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-protocol-v0.46.1...gix-protocol-v0.48.0) --- updated-dependencies: - dependency-name: colored dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies-cargo - dependency-name: petgraph dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: gix dependency-version: 0.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: age dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: gethostname dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies-cargo - dependency-name: octocrab dependency-version: 0.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: gix-protocol dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo ... 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 all-dependencies-cargo group with 8 updates in the / directory:
2.2.03.0.00.6.50.8.10.68.00.70.00.10.10.11.10.5.01.0.20.41.20.44.10.8.50.9.10.46.10.48.0Updates
coloredfrom 2.2.0 to 3.0.0Release notes
Sourced from colored's releases.
Changelog
Sourced from colored's changelog.
Commits
95b2de8Remove unnecessary lazy_static dependency (#176)037e091Fix missing2.2.0release in changelogUpdates
petgraphfrom 0.6.5 to 0.8.1Release notes
Sourced from petgraph's releases.
... (truncated)
Changelog
Sourced from petgraph's changelog.
... (truncated)
Commits
305a5b2chore: release v0.8.1 (#762)8ca4ab2fix: Bring backVisitMapimpl for stdHashSet(#764)4d30c42ci: Disable semver-checks lints with false positives (#765)ba115d8feat: add#[track_caller]to functions that panic (#748)c69b94afeat: AddUnionFindcapacity management methods (#736)2678994ci: Enable automatic CHANGELOG generation (#761)5f5791cfeat!: Release0.8.0(#753)1f611f8ci: Userelease-plzfor automated changelog generation and publication (#735)3145fa8fix!: Correct typing for steiner_tree (#759)0038703docs: Add some missed features into crate-lvl doc (#758)Updates
gixfrom 0.68.0 to 0.70.0Release notes
Sourced from gix's releases.
... (truncated)
Commits
dea106aRelease gix-utils v0.1.14, gix-actor v0.33.2, gix-hash v0.16.0, gix-trace v0....7570daadon't specify version numbers in dev-dependencies1f6390cupdate all changelogs prior to release1e37e95Merge pull request #1777 from EliahKagan/run-ci/armd5dc5bfMerge pull request #1776 from EliahKagan/fuzz-next90e08f1Merge pull request #1774 from EliahKagan/complex-graph-no-baseline-nextc7f5013Let eithertest-32bitcancel the other on failurec3d4cffRemove thetest-32bit-crossjobfbc27b5Install 64-bit libstdc++ in both 32-bit containerscbe3793Use the ARM runner for some 32-bit testsUpdates
agefrom 0.10.1 to 0.11.1Release notes
Sourced from age's releases.
... (truncated)
Commits
0780882Update changelog with GHSA for security vulnerabilitya82a76av0.11.1383b6f5Replace the testNoCallbackswith the library version741de97Merge branch 'bugfix-0.10.1' into bugfix-0.11.11744661Merge pull request #545 from str4d/release-0.11.0d35d442v0.11.0e3a5c5fUpdate user handles in readmes25e0503fuzz: Fix targets597f1aaMerge pull request #544 from str4d/pre-release-changesae5a392Provide a better error on invalid filename or missing directoryUpdates
gethostnamefrom 0.5.0 to 1.0.2Updates
octocrabfrom 0.41.2 to 0.44.1Release notes
Sourced from octocrab's releases.
Changelog
Sourced from octocrab's changelog.
... (truncated)
Commits
a193ce6chore: release v0.44.1 (#765)c80670afix(docs): Update and fix crate documentation for docs.rs, update README (#769)e124312models: Add optionalnamefield toAuthorstruct (#771)53bb435Add 'dowload' and 'download_zip' functions to client (#766)854be9efix: print deprecation warning to stderr (#768)38817ecmodels: Add enumEventInstallation::id()helper (#763)7873417docs: examples/graphql_issues.rs: Update schema URL (#764)3a779f3chore: release v0.43.1 (#762)689cb92fix!:shais optional inDiffEntryif file contents are unchanged (#750)e37e5a8fix: insert auth headers for api.github.com (#754)Updates
randfrom 0.8.5 to 0.9.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)8929123AddAlphabeticdistribution (#1587)06b1642Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cdrename extract to extract_lane (#1586)e0a70fdChange to usearray::from_fninDistribution\<[T; N]> for StandardUniform...0bc3f65Move rand distr (#1577)2677c49Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7Fix some links (#1571)Updates
gix-protocolfrom 0.46.1 to 0.48.0Commits
dea106aRelease gix-utils v0.1.14, gix-actor v0.33.2, gix-hash v0.16.0, gix-trace v0....7570daadon't specify version numbers in dev-dependencies1f6390cupdate all changelogs prior to release1e37e95Merge pull request #1777 from EliahKagan/run-ci/armd5dc5bfMerge pull request #1776 from EliahKagan/fuzz-next90e08f1Merge pull request #1774 from EliahKagan/complex-graph-no-baseline-nextc7f5013Let eithertest-32bitcancel the other on failurec3d4cffRemove thetest-32bit-crossjobfbc27b5Install 64-bit libstdc++ in both 32-bit containerscbe3793Use the ARM runner for some 32-bit testsDependabot 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