Skip to content

Bump the dependencies group across 1 directory with 6 updates #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps the dependencies group with 5 updates in the / directory:

Package From To
tokio 1.45.0 1.45.1
hyper-util 0.1.11 0.1.12
config 0.14.1 0.15.11
aws-config 1.6.2 1.6.3
aws-sdk-secretsmanager 1.71.0 1.74.0

Updates tokio from 1.45.0 to 1.45.1

Release notes

Sourced from tokio's releases.

Tokio v1.45.1

1.45.1 (May 24th, 2025)

This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to Instant::now() started failing. This is due to the stabilization of the first time-based metric.

Fixed

  • Disable time-based metrics on wasm32-unknown-unknown (#7322)

#7322: tokio-rs/tokio#7322

Commits

Updates hyper-util from 0.1.11 to 0.1.12

Release notes

Sourced from hyper-util's releases.

v0.1.12

tl;dr

  • Add client::legacy::proxy::Tunnel connector that wraps another connector with HTTP tunneling.
  • Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another connector with SOCKS.
  • Add client::proxy::matcher::Matcher type that can use environment variables to match proxy rules.
  • Add server::graceful::Watcher type that can be sent to watch a connection in another task.
  • Add GracefulShutdown::count() method to get number of currently watched connections.
  • Fix missing must_use attributes on Connection futures.
  • Fix tracing span in GAI resolver that can cause panics.

What's Changed

New Contributors

Full Changelog: hyperium/hyper-util@v0.1.11...v0.1.12

Changelog

Sourced from hyper-util's changelog.

0.1.12 (2025-05-19)

  • Add client::legacy::proxy::Tunnel connector that wraps another connector with HTTP tunneling.
  • Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another connector with SOCKS.
  • Add client::proxy::matcher::Matcher type that can use environment variables to match proxy rules.
  • Add server::graceful::Watcher type that can be sent to watch a connection in another task.
  • Add GracefulShutdown::count() method to get number of currently watched connections.
  • Fix missing must_use attributes on Connection futures.
  • Fix tracing span in GAI resolver that can cause panics.
Commits
  • 8805922 v0.1.12
  • 7e34375 feat(client): add proxy::SocksV4 and proxy::SocksV5 connectors (#187)
  • 7e74248 feat(client): add windows system proxies for Matcher (#190)
  • acdda1a feat(client): add macOS system proxy support for Matcher (#189)
  • 6c29abb feat(client): add proxy::matcher utilities (#171)
  • e74ab78 feat(server): add method to get number of watching connection (#185)
  • 9ac0dfe docs(client): Include .pool_timer() in the Client builder example (#186)
  • a891979 feat(client): add proxy::Tunnel legacy util (#140)
  • c39da45 feat(server): implement Default for server auto connection Builder (#183)
  • 8610b18 feat(server): add graceful::Watcher type (#182)
  • Additional commits viewable in compare view

Updates config from 0.14.1 to 0.15.11

Changelog

Sourced from config's changelog.

[0.15.11] - 2025-03-12

Features

  • Deserialize YAML real keys as strings

[0.15.10] - 2025-03-12

Features

  • Deserialize YAML boolean keys as strings

Fixes

  • Don't panic on non-string YAML keys

[0.15.9] - 2025-03-04

Compatibility

  • Upgrade to yaml-rust2 0.10

Documentation

  • Provided more jumping off points in the documentation

[0.15.8] - 2025-02-10

Fix

  • Don't panic on non-unicode env variable names and values

[0.15.7] - 2025-01-30

Internal

  • Update a dependency

[0.15.6] - 2025-01-14

Fixes

  • Fix regression from 0.15.3 with reading a table from an empty config

[0.15.5] - 2025-01-10

Fixes

  • Include the key on all serde errors

... (truncated)

Commits
  • 532ab4d chore: Release config version 0.15.11
  • e57efa2 docs: Update changelog
  • aadd8c8 feat: Add support for float and boolean hash keys (#650)
  • 1ecc731 fix: Add support for float yaml hash keys
  • 6ca539c Add test showing float yaml hash keys are unsupported
  • 7b2ba76 chore: Release config version 0.15.10
  • 560ef7b docs: Update changelog
  • 43fb1b6 Merge pull request #651 from MartinHowarthFlexciton/allow-bool-hash-and-dont-...
  • 1fafe75 Add support for parsing boolean yaml hash keys
  • 4c11e78 Add test showing Boolean yaml hash key fails to be parsed
  • Additional commits viewable in compare view

Updates aws-config from 1.6.2 to 1.6.3

Commits

Updates aws-sdk-secretsmanager from 1.71.0 to 1.74.0

Commits

Updates aws-sdk-sts from 1.68.0 to 1.71.0

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 26, 2025 21:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 26, 2025
Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.45.0` | `1.45.1` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.11` | `0.1.12` |
| [config](https://github.com/rust-cli/config-rs) | `0.14.1` | `0.15.11` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.6.2` | `1.6.3` |
| [aws-sdk-secretsmanager](https://github.com/awslabs/aws-sdk-rust) | `1.71.0` | `1.74.0` |



Updates `tokio` from 1.45.0 to 1.45.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1)

Updates `hyper-util` from 0.1.11 to 0.1.12
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.11...v0.1.12)

Updates `config` from 0.14.1 to 0.15.11
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.14.1...v0.15.11)

Updates `aws-config` from 1.6.2 to 1.6.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-sdk-secretsmanager` from 1.71.0 to 1.74.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hyper-util
  dependency-version: 0.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: config
  dependency-version: 0.15.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-config
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: aws-sdk-secretsmanager
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-sdk-sts
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/dependencies-ae55f2f4d7 branch from f576f52 to f3034d2 Compare June 9, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants