Skip to content
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

deps: bump the deps group with 7 updates #185

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the deps group with 7 updates:

Package From To
jiff 0.1.28 0.1.29
miette 7.4.0 7.5.0
aws-sdk-route53 1.62.0 1.63.0
aws-sdk-sts 1.57.0 1.58.0
clap_complete 4.5.43 4.5.44
tokio-postgres 0.7.12 0.7.13
openssl-sys 0.9.104 0.9.105

Updates jiff from 0.1.28 to 0.1.29

Changelog

Sourced from jiff's changelog.

0.1.29 (2025-02-02)

This release includes a few small enhancements and a bug fix. In particular, there is now Serde support for TimeZone and the ISOWeekDate API has been filled out a bit more.

Unless a serious issue is uncovered, my plan is that this will be the last release before jiff 0.2.

Enhancements:

  • #89: Opt-in support for using Serde with jiff::tz::TimeZone has been added.
  • #227: The civil::ISOWeekDate API has been beefed up with a few convenience methods.
  • #233: Add tz::Offset::round for rounding time zone offsets.

Bug fixes:

  • #231: Use more flexible offset equality when parsing offsets with fractional minutes.
Commits

Updates miette from 7.4.0 to 7.5.0

Changelog

Sourced from miette's changelog.

7.5.0 (2025-02-01)

Features

  • graphical: support rendering related diagnostics as nested (#417) (771a0751)

Bug Fixes

  • graphical: prevent leading newline when no link/code (#418) (1e1938a0)

Commits

Updates aws-sdk-route53 from 1.62.0 to 1.63.0

Commits

Updates aws-sdk-sts from 1.57.0 to 1.58.0

Commits

Updates clap_complete from 4.5.43 to 4.5.44

Commits

Updates tokio-postgres from 0.7.12 to 0.7.13

Commits

Updates openssl-sys from 0.9.104 to 0.9.105

Release notes

Sourced from openssl-sys's releases.

openssl-sys v0.9.105

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105

Commits
  • c9a33e2 Release openssl-sys v0.9.105
  • f014afb Merge pull request #2360 from sfackler/fix-alpn-lifetimes
  • 8e6e30b Fix lifetimes in ssl::select_next_proto
  • 1aff280 Merge pull request #2358 from alex/expose-dlts
  • 16ca5b2 Merge pull request #2359 from sfackler/alex-patch-1
  • 4c9fbb0 Test against 3.4.0 final release
  • 5ecb31d Update openssl/src/ssl/mod.rs
  • 4830f5b Expose SslMethod::{dtls_client,dtls_server}
  • bab03c4 Merge pull request #2356 from botovq/rm-ec-method
  • 36720a5 Remove EC_METHOD and EC_GROUP_new for LibreSSL 4.1
  • Additional commits viewable in compare view

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

Bumps the deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [jiff](https://github.com/BurntSushi/jiff) | `0.1.28` | `0.1.29` |
| [miette](https://github.com/zkat/miette) | `7.4.0` | `7.5.0` |
| [aws-sdk-route53](https://github.com/awslabs/aws-sdk-rust) | `1.62.0` | `1.63.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.57.0` | `1.58.0` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.43` | `4.5.44` |
| [tokio-postgres](https://github.com/sfackler/rust-postgres) | `0.7.12` | `0.7.13` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.104` | `0.9.105` |


Updates `jiff` from 0.1.28 to 0.1.29
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@0.1.28...0.1.29)

Updates `miette` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zkat/miette/commits)

Updates `aws-sdk-route53` from 1.62.0 to 1.63.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.57.0 to 1.58.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `clap_complete` from 4.5.43 to 4.5.44
- [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.43...clap_complete-v4.5.44)

Updates `tokio-postgres` from 0.7.12 to 0.7.13
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.12...tokio-postgres-v0.7.13)

Updates `openssl-sys` from 0.9.104 to 0.9.105
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105)

---
updated-dependencies:
- dependency-name: jiff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-route53
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tokio-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 4, 2025
@dependabot dependabot bot deleted the dependabot/cargo/deps-7eaf7e33e3 branch February 4, 2025 01:19
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