Skip to content

build(deps): bump the simple1 group across 1 directory with 11 updates#37428

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/simple1-9ae8a8aa75
Open

build(deps): bump the simple1 group across 1 directory with 11 updates#37428
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/simple1-9ae8a8aa75

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the simple1 group with 8 updates in the / directory:

Package From To
arrayvec 0.7.6 0.7.8
aws-config 1.8.15 1.8.17
aws-smithy-runtime-api 1.12.1 1.12.3
cc 1.2.62 1.2.65
clap_complete 4.6.2 4.6.7
columnar 0.13.0 0.13.1
gcp_auth 0.12.6 0.12.7
indicatif 0.18.4 0.18.6

Updates arrayvec from 0.7.6 to 0.7.8

Changelog

Sourced from arrayvec's changelog.

0.7.8

0.7.7

Commits
  • 0cb664c 0.7.8
  • f3a707f Update CHANGELOG
  • 66f86e4 tests: skip two tests on 32-bit architectures
  • 8267e7e 0.7.7
  • af46ae7 Update CHANGELOG
  • 1bc606d Fix warning about hidden elided lifetime in Drain
  • 29daea9 Fix double-free for ZSTs with Drop in .extend()
  • 0ff49b9 add a test demonstrating double-free in extend() for ZSTs
  • 812c83a Use 16-bit lengths on 16-bit targets
  • 4ef0e89 Add ArrayVec::spare_capacity_mut
  • See full diff in compare view

Updates aws-config from 1.8.15 to 1.8.17

Commits

Updates aws-sdk-sts from 1.101.0 to 1.105.0

Commits

Updates aws-sigv4 from 1.4.2 to 1.4.4

Commits

Updates aws-smithy-runtime-api from 1.12.1 to 1.12.3

Commits

Updates aws-smithy-types from 1.4.8 to 1.5.0

Commits

Updates cc from 1.2.62 to 1.2.65

Release notes

Sourced from cc's releases.

cc-v1.2.65

Other

  • Regenerate target info (#1763)

cc-v1.2.64

Other

  • Add more bare-metal 32-bit Arm support (#1753)
  • Remove unnecessary clone (#1748)
  • Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targets (#1742)

cc-v1.2.63

Other

  • Update shlex requirement from 1.3.0 to 2.0.1 (#1736)
Changelog

Sourced from cc's changelog.

1.2.65 - 2026-06-19

Other

  • Regenerate target info (#1763)

1.2.64 - 2026-06-12

Other

  • Add more bare-metal 32-bit Arm support (#1753)
  • Remove unnecessary clone (#1748)
  • Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targets (#1742)

1.2.63 - 2026-05-29

Other

  • Update shlex requirement from 1.3.0 to 2.0.1 (#1736)
Commits

Updates clap_complete from 4.6.2 to 4.6.7

Commits
  • d3e59a9 chore: Release
  • d997f87 docs: Update changelog
  • fb6058c Merge pull request #6409 from heaths/pwsh-support
  • 2310870 test(complete): Add tests for completer_for_path
  • 5967c17 refactor(complete): Move shell detection to Shells
  • 594602b fix(complete): Detect pwsh for PowerShell
  • 3a4f2d0 Merge pull request #6427 from clap-rs/renovate/shlex-2.x
  • 67ebaed Merge pull request #6426 from clap-rs/renovate/actions-checkout-7.x
  • c968b13 chore(deps): Update Rust crate shlex to v2
  • 8f247cb chore(deps): Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates columnar from 0.13.0 to 0.13.1

Release notes

Sourced from columnar's releases.

columnar-v0.13.1

Other

  • Make Columnar derive output no_std compatible (#113)
  • Correct Debug implementation for no_std
  • Weaken Stash Debug constraints to only C: Debug
  • Implement Debug for Stash
  • Add Container impl for Stash (#110)

columnar_derive-v0.13.1

Other

  • Make Columnar derive output no_std compatible (#113)
Changelog

Sourced from columnar's changelog.

0.13.1 - 2026-06-16

Other

  • Make Columnar derive output no_std compatible (#113)
  • Correct Debug implementation for no_std
  • Weaken Stash Debug constraints to only C: Debug
  • Implement Debug for Stash
  • Add Container impl for Stash (#110)
Commits

Updates gcp_auth from 0.12.6 to 0.12.7

Release notes

Sourced from gcp_auth's releases.

0.12.7

What's Changed

Commits
  • 7aed1df Bump version to 0.12.7
  • a3698f2 Update repository URL
  • 5218e10 Bump actions/checkout from 6 to 7
  • 9152fac Make the ring dependency optional
  • 20abe42 Allow the HTTP client to use a per-process default crypto provider
  • 5ad5616 Bump http from 1.4.1 to 1.4.2
  • 122fba3 Bump chrono from 0.4.44 to 0.4.45
  • 098b14b Bump hyper from 1.9.0 to 1.10.1
  • ef25367 Bump http from 1.4.0 to 1.4.1
  • ca0a061 Bump serde_json from 1.0.149 to 1.0.150
  • Additional commits viewable in compare view

Updates indicatif from 0.18.4 to 0.18.6

Release notes

Sourced from indicatif's releases.

0.18.6

What's Changed

0.18.5

What's Changed

Commits
  • e4d49d8 Bump version to 0.18.6
  • 582727e fix: correctly detect dumb terminal on Windows
  • 90156ec Drop screenshots from MultiProgress documentation
  • 4dbd0d5 Bump version to 0.18.5
  • 24973aa Take semver-compatible dependency versions
  • a575ef7 style: inline Template::from_str_with_tab_width()
  • 0b94aa2 style: replace from_str() method with FromStr impl
  • 398ac69 style: move helper functions to the bottom
  • 692705d Fix HumanFloatCount dropping rounding at precision 0
  • cbd070d Fix stray comma after minus sign in HumanFloatCount
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the A-dependencies Area: dependency upgrades label Jul 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/simple1-9ae8a8aa75 branch from cbf699a to 7213917 Compare July 3, 2026 11:02
Bumps the simple1 group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arrayvec](https://github.com/bluss/arrayvec) | `0.7.6` | `0.7.8` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.15` | `1.8.17` |
| [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.12.1` | `1.12.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.62` | `1.2.65` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.6.2` | `4.6.7` |
| [columnar](https://github.com/frankmcsherry/columnar) | `0.13.0` | `0.13.1` |
| [gcp_auth](https://github.com/djc/gcp_auth) | `0.12.6` | `0.12.7` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.18.4` | `0.18.6` |



Updates `arrayvec` from 0.7.6 to 0.7.8
- [Release notes](https://github.com/bluss/arrayvec/releases)
- [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md)
- [Commits](bluss/arrayvec@0.7.6...0.7.8)

Updates `aws-config` from 1.8.15 to 1.8.17
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-sts` from 1.101.0 to 1.105.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sigv4` from 1.4.2 to 1.4.4
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-runtime-api` from 1.12.1 to 1.12.3
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-types` from 1.4.8 to 1.5.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `cc` from 1.2.62 to 1.2.65
- [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.2.62...cc-v1.2.65)

Updates `clap_complete` from 4.6.2 to 4.6.7
- [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.2...clap_complete-v4.6.7)

Updates `columnar` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/frankmcsherry/columnar/releases)
- [Changelog](https://github.com/frankmcsherry/columnar/blob/master/CHANGELOG.md)
- [Commits](frankmcsherry/columnar@columnar-v0.13.0...columnar-v0.13.1)

Updates `gcp_auth` from 0.12.6 to 0.12.7
- [Release notes](https://github.com/djc/gcp_auth/releases)
- [Commits](djc/gcp_auth@0.12.6...0.12.7)

Updates `indicatif` from 0.18.4 to 0.18.6
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.18.4...0.18.6)

---
updated-dependencies:
- dependency-name: arrayvec
  dependency-version: 0.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: aws-config
  dependency-version: 1.8.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: aws-sdk-sts
  dependency-version: 1.105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple1
- dependency-name: aws-sigv4
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: aws-smithy-runtime-api
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: aws-smithy-types
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple1
- dependency-name: cc
  dependency-version: 1.2.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: clap_complete
  dependency-version: 4.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: columnar
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: gcp_auth
  dependency-version: 0.12.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: indicatif
  dependency-version: 0.18.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/simple1-9ae8a8aa75 branch from 7213917 to ace32f8 Compare July 5, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants