chore(deps): bump the cargo group with 8 updates#114
Merged
brendanjryan merged 2 commits intomasterfrom May 2, 2026
Merged
Conversation
Bumps the cargo group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` | | [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.3` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.1.2+spec-1.1.0` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.25.11+spec-1.1.0` | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.2` | `0.20.0` | | [petgraph](https://github.com/petgraph/petgraph) | `0.7.1` | `0.8.3` | | [rand](https://github.com/rust-random/rand) | `0.9.4` | `0.10.1` | | [ureq](https://github.com/algesten/ureq) | `2.12.1` | `3.3.0` | Updates `clap` from 4.6.0 to 4.6.1 - [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.6.0...clap_complete-v4.6.1) Updates `console` from 0.15.11 to 0.16.3 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.15.11...0.16.3) Updates `toml` from 0.8.23 to 1.1.2+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.2) Updates `toml_edit` from 0.22.27 to 0.25.11+spec-1.1.0 - [Commits](toml-rs/toml@v0.22.27...v0.25.11) Updates `cargo_metadata` from 0.19.2 to 0.20.0 - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.19.2...0.20.0) Updates `petgraph` from 0.7.1 to 0.8.3 - [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.7.1...petgraph@v0.8.3) Updates `rand` from 0.9.4 to 0.10.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.9.4...0.10.1) Updates `ureq` from 2.12.1 to 3.3.0 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.12.1...3.3.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: console dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: toml_edit dependency-version: 0.25.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: cargo_metadata dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: petgraph dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ureq dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
- ureq 3: Error::Status(code, _) -> Error::StatusCode(code), and Response::into_json() -> response.body_mut().read_json() - rand 0.10: random_range moved from Rng to RngExt trait - cargo_metadata 0.20: Package::name is now PackageName; use .as_str()/.to_string() - cargo-deny: allow Zlib license (newly pulled in transitively via foldhash 0.1.5) - changelog.yml: skip the AI changelog check for Dependabot PRs since they don't have access to ANTHROPIC_API_KEY
Contributor
|
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 group with 8 updates:
4.6.04.6.10.15.110.16.30.8.231.1.2+spec-1.1.00.22.270.25.11+spec-1.1.00.19.20.20.00.7.10.8.30.9.40.10.12.12.13.3.0Updates
clapfrom 4.6.0 to 4.6.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
consolefrom 0.15.11 to 0.16.3Release notes
Sourced from console's releases.
Commits
70ea3d0Bump version to 0.16.36bd8894Removemake msrv-lock499e5f6Usestd::sync::OnceLockinstead ofonce_cell0bf645dBump version0b789b9Fix clippy warningsbb1cbdbExclude development scripts from published package12281c1chore: minor improvement for docse611fbcdocs: add note about clicolorse9b9a44Apply clippy suggestion9cf0c5fci: enable all workflows for pull requestsUpdates
tomlfrom 0.8.23 to 1.1.2+spec-1.1.0Commits
a3d0047chore: Releasecc37615docs: Update changelog7f5e9e1fix(parser): Consolidate invalid unquoted key into one error (#1138)52feb90fix(parser): Consolidate invalid unquoted key into one erroraad85d4chore(deps): Update j178/prek-action action to v2 (#1136)8b1ac44chore(deps): Update compatible (dev) (#1135)9effd79chore(deps): Update j178/prek-action action to v29db8aadchore: Releasee55a663docs: Update changelogc11d7d7Optimisations (#1133)Updates
toml_editfrom 0.22.27 to 0.25.11+spec-1.1.0Commits
45456abchore: Releaseb100851docs: Update changelog165302ffix(edit): Preserve outer spans for malformed containers (#1141)1b0bd02fix(edit): Preserve outer spans for malformed arrays9eb4dabtest(parse): Cover malformed array parse error57ea4b4fix(edit): Preserve outer spans for malformed inline tables92e8001test(parse): Cover malformed inline table parse error36e558edocs: Fix spelling mistakea3d0047chore: Releasecc37615docs: Update changelogUpdates
cargo_metadatafrom 0.19.2 to 0.20.0Commits
fa60b98Merge pull request #293 from oli-obk/push-orzyoroqpxpu61345fbrequired features have a different format from normal feature names19f4203Bump MSRV6861466Fix build on withbuilderfeaturea21b7a1Update examples5895dd6Merge pull request #261 from zetanumbers/docsrs-featurese3373d0refactor: NodeDep::name: PackageName2f0142dMerge pull request #291 from gear-tech/fix-cross-compilation95d4a36update changelog9cd40e6append docsUpdates
petgraphfrom 0.7.1 to 0.8.3Release notes
Sourced from petgraph's releases.
... (truncated)
Changelog
Sourced from petgraph's changelog.
... (truncated)
Commits
1629035chore: release v0.8.3 (#826)ce23445ci: Use new cargo resolver when running CI with MSRV (#887)ef5d17ddocs: Collection of Doc fixes (#856)b682695fix:StableGraph::reversebreaks free lists (#890)29f4c92fix: use a queue for SPFA (#893)b87dbc5perf: Make A* tie break on lower h-values (#882)49d2740refactor: replace crate::util::enumerate with Iterator::enumerate (#881)0a0efbedocs: Specify iteration order for neighbors and edges and their variants (#790)5c7e0fbci: Fix Hashbrown dependencies (#878)aa53dbefeat: Add bidirectional Dijkstra algorithm (#782)Updates
randfrom 0.9.4 to 0.10.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
27ff4cbPrepare v0.10.1: deprecate featurelog(#1763)98d0638make_rng: document panic and add #[track_caller] (#1761)54e5eaaFix doc error (#1758)1ce4c08Bump itoa from 1.0.17 to 1.0.18 in the all-deps group (#1756)ccb734bdocs: fix typo in doc comment (#1754)357eb7dBump libc from 0.2.182 to 0.2.183 in the all-deps group (#1753)5e77fe5Fix trait references in documentation (#1752)da89185Bump the all-deps group with 3 updates (#1751)50516ffBump the all-deps group with 2 updates (#1749)fd71de9Bump the all-deps group with 2 updates (#1747)Updates
ureqfrom 2.12.1 to 3.3.0Changelog
Sourced from ureq's changelog.
... (truncated)
Commits
b2adbf03.3.07662219Bump MSRV 1.71 -> 1.85, edition 2024eb51f2c3.2.1ad49981Bump deps to fix cargo-deny RUSTSEC08785cbSwitch out utf-8 crate with utf8-zero9ef2153Clarify that json feature is disabled by defaulteb2539dFix misleading unsafe wording in crate docsb45d3d2Fix cargo-deny advisory failures852b8043.2.0378f768Update deny.toml given current dependenciesDependabot 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