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

Bump the cargo-all group with 8 updates #70

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps the cargo-all group with 8 updates:

Package From To
async-trait 0.1.83 0.1.85
aws-config 1.5.12 1.5.13
aws-sdk-cloudwatchevents 1.52.0 1.53.0
aws-sdk-ssm 1.58.0 1.59.0
git2 0.19.0 0.20.0
reqwest 0.12.11 0.12.12
serde_json 1.0.134 1.0.135
tempfile 3.14.0 3.15.0

Updates async-trait from 0.1.83 to 0.1.85

Release notes

Sourced from async-trait's releases.

0.1.85

  • Omit Self: 'async_trait bound in impl when not needed by signature (#284)

0.1.84

  • Support impl Trait in return type (#282)
Commits
  • fee923d Release 0.1.85
  • 0c2e108 Merge pull request #284 from dtolnay/selfinblock
  • 9456e54 Omit Self: 'async_trait bound in impl when not needed by signature
  • b77d0d5 Add regression test for issue 283
  • 4c8406d Release 0.1.84
  • 1cab7e4 Merge pull request #282 from dtolnay/impltrait
  • 3af8236 Require Rust 1.75+ for RPITIT (return position impl trait in trait)
  • 85b572c Support impl Trait in return type
  • aff365f Add regression test for issue 281
  • 7d8519d Update ui test suite to nightly-2024-12-09
  • Additional commits viewable in compare view

Updates aws-config from 1.5.12 to 1.5.13

Commits

Updates aws-sdk-cloudwatchevents from 1.52.0 to 1.53.0

Commits

Updates aws-sdk-ssm from 1.58.0 to 1.59.0

Commits

Updates git2 from 0.19.0 to 0.20.0

Changelog

Sourced from git2's changelog.

0.20.0 - 2025-01-04

0.19.0...0.20.0

Added

  • Debug is now implemented for transport::Service #1074
  • Added Repository::commondir #1079
  • Added Repository::merge_base_octopus #1088
  • Restored impls for PartialOrd, Ord, and Hash for bitflags types that were inadvertently removed in a prior release. #1096
  • Added CheckoutBuilder::disable_pathspec_match #1107
  • Added PackBuilder::write #1110

Changed

  • ❗ Updated to libgit2 1.9.0 #1111
  • ❗ Removed the ssh_key_from_memory Cargo feature, it was unused. #1087
  • ❗ Errors from Tree::walk are now correctly reported to the caller. #1098
  • ❗ The trace_set callback now takes a &[u8] instead of a &str. #1071
  • Error::last_error now returns Error instead of Option<Error>. #1072

Fixed

  • Fixed OdbReader::read return value. #1061
  • When a credential helper executes a shell command, don't pop open a console window on Windows. #1075
Commits
  • 14cdc15 Merge pull request #1115 from ehuss/lock-locked
  • cbf9dd4 Merge pull request #1116 from ehuss/update-time
  • e46a1f9 Check that Cargo.lock is not outdated in CI
  • a4bd932 Update the time dev-dependency
  • ca65651 Merge pull request #1113 from ehuss/cargo-lock
  • e16a3f9 Merge pull request #1112 from ehuss/check-cfg
  • f538a99 Add a Cargo.lock
  • 8ce89e2 Squelch the warning about libgit2_vendored check-cfg
  • 92d96ac Merge pull request #1072 from vcfxb/remove-error-unwraps
  • 8977c0c Merge pull request #1071 from vcfxb/fix-tracing-ub
  • Additional commits viewable in compare view

Updates reqwest from 0.12.11 to 0.12.12

Changelog

Sourced from reqwest's changelog.

v0.12.12

  • (wasm) Fix compilation by not compiler tokio/time on WASM.
Commits

Updates serde_json from 1.0.134 to 1.0.135

Release notes

Sourced from serde_json's releases.

v1.0.135

Commits

Updates tempfile from 3.14.0 to 3.15.0

Changelog

Sourced from tempfile's changelog.

3.15.0

Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#314). This resolves a potential DoS vector (#178) while avoiding getrandom in the common case where it's necessary. The feature is optional but enabled by default via the getrandom feature.

For libc-free builds, you'll either need to disable this feature or opt-in to a different getrandom backend.

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

Bumps the cargo-all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.12` | `1.5.13` |
| [aws-sdk-cloudwatchevents](https://github.com/awslabs/aws-sdk-rust) | `1.52.0` | `1.53.0` |
| [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) | `1.58.0` | `1.59.0` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.19.0` | `0.20.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.11` | `0.12.12` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.135` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.15.0` |


Updates `async-trait` from 0.1.83 to 0.1.85
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.85)

Updates `aws-config` from 1.5.12 to 1.5.13
- [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-cloudwatchevents` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

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

Updates `git2` from 0.19.0 to 0.20.0
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@git2-0.19.0...git2-0.20.0)

Updates `reqwest` from 0.12.11 to 0.12.12
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.11...v0.12.12)

Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

Updates `tempfile` from 3.14.0 to 3.15.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.15.0)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: aws-sdk-cloudwatchevents
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: aws-sdk-ssm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
...

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 Jan 7, 2025
@github-actions github-actions bot enabled auto-merge (squash) January 7, 2025 03:51
@github-actions github-actions bot merged commit 0e3cb4c into main Jan 7, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/cargo-all-dd97a71d6d branch January 7, 2025 03:56
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