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

fix(deps): update cargo dependencies #2242

Merged
merged 1 commit into from
Nov 13, 2024
Merged

fix(deps): update cargo dependencies #2242

merged 1 commit into from
Nov 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Type Update Change
aws-config dependencies patch 1.5.9 -> 1.5.10
aws-sdk-kms dependencies minor 1.49.0 -> 1.50.0
cargo-deb (source) dependencies minor 2.7.0 -> 2.8.0
serde (source) dependencies patch 1.0.214 -> 1.0.215
tokio (source) dependencies patch 1.41.0 -> 1.41.1

Release Notes

kornelski/cargo-deb (cargo-deb)

v2.8.0

Compare Source

  • Don't add Vcs-* to the binary control file, since lintian doesn't like it.
  • Don't generate sha256sums files, since lintian doesn't like it either.
serde-rs/serde (serde)

v1.0.215

Compare Source

tokio-rs/tokio (tokio)

v1.41.1: Tokio v1.41.1

Compare Source

1.41.1 (Nov 7th, 2024)

Fixed
  • metrics: fix bug with wrong number of buckets for the histogram (#​6957)
  • net: display net requirement for net::UdpSocket in docs (#​6938)
  • net: fix typo in TcpStream internal comment (#​6944)

Configuration

📅 Schedule: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@renovate renovate bot requested a review from a team November 11, 2024 17:27
@@ -10,7 +10,7 @@ anyhow = "1.0"
async-trait = "0.1"
chrono.workspace = true
futures = { version = "0.3.28", features = ["executor"] }
mysql_async = { version = "=0.34.1", default-features = false, features = ["minimal-rust", "rust_decimal", "chrono", "rustls-tls"] }
mysql_async = { version = "=0.34.2", default-features = false, features = ["minimal-rust", "rust_decimal", "chrono", "rustls-tls"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamKunalGupta I thought renovate would stop trying to update to 0.34.2 after you closed last week's PR?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have added to ignore for now 2dff106, can enable separately

@renovate renovate bot force-pushed the renovate/cargo branch 2 times, most recently from bd596bb to 865a178 Compare November 11, 2024 23:31
@iamKunalGupta
Copy link
Member

@serprex once we enable minio support, I think we can merge these then

@renovate renovate bot force-pushed the renovate/cargo branch 4 times, most recently from 1d24fec to 3183a1b Compare November 13, 2024 18:42
@serprex serprex merged commit e885a2a into main Nov 13, 2024
8 checks passed
@serprex serprex deleted the renovate/cargo branch November 13, 2024 19:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants