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

[cargo](deps): Bump the deps group with 22 updates #182

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the deps group with 22 updates:

Package From To
aws-config 1.5.4 1.5.5
aws-sdk-s3 1.42.0 1.43.0
aws-smithy-runtime-api 1.7.1 1.7.2
clap 4.5.13 4.5.15
reqwest-middleware 0.3.2 0.3.3
reqwest-retry 0.6.0 0.6.1
serde 1.0.204 1.0.206
serde_json 1.0.122 1.0.124
xml-rs 0.8.20 0.8.21
aws-runtime 1.3.1 1.4.0
aws-sdk-sso 1.36.0 1.37.0
aws-sdk-ssooidc 1.37.0 1.38.0
aws-sdk-sts 1.36.0 1.37.0
aws-smithy-checksums 0.60.11 0.60.12
cc 1.1.7 1.1.10
clap_builder 4.5.13 4.5.15
core-foundation-sys 0.8.6 0.8.7
hyper-util 0.1.6 0.1.7
object 0.36.2 0.36.3
rustls-pki-types 1.7.0 1.8.0
serde_derive 1.0.204 1.0.206
syn 2.0.72 2.0.74

Updates aws-config from 1.5.4 to 1.5.5

Commits

Updates aws-sdk-s3 from 1.42.0 to 1.43.0

Commits

Updates aws-smithy-runtime-api from 1.7.1 to 1.7.2

Commits

Updates clap from 4.5.13 to 4.5.15

Release notes

Sourced from clap's releases.

v4.5.15

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Changelog

Sourced from clap's changelog.

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Commits
  • 4094435 chore: Release
  • 36114c3 docs: Update changelog
  • 918cfed Merge pull request #5610 from Mixu78/powershell_hyphens
  • c55f642 Merge pull request #5648 from epage/cli
  • 219a191 fix(complete): Improve help output
  • 734cac7 feat(complete): Make '--register' optional
  • fa4ccec feat(complete): Make '--shell' optional
  • efdcad1 Merge pull request #5647 from epage/infer
  • e65e463 docs(complete): Have dynamic Shell match static Shell
  • 8a1f9b3 Merge pull request #5646 from epage/powershell
  • Additional commits viewable in compare view

Updates reqwest-middleware from 0.3.2 to 0.3.3

Release notes

Sourced from reqwest-middleware's releases.

reqwest-middleware-v0.3.3

Added

  • Implemented Default on ClientWithMiddleware (#179)
Commits
  • 603ef97 chore: prepare release 🚀
  • 47f5232 ✨ Added Default derive to allow for same functionality as base typ...
  • 053d329 OpenTelemetry 0.24 support (#171)
  • 730c402 ci: use cargo hack feature powerset in CI
  • ceeb058 fix(test): enable rustls-tls for tests
  • c54a773 fix(lint): clippy::doc_lazy_continuation
  • c90089e fix: user-agent (#172)
  • 3342117 Remove superfluous dependency to chrono (#170)
  • 4ce8119 Add feature flag for deprecated fields (#167)
  • cb21214 chore: remove reqwest-middleware changelog from root (#166)
  • See full diff in compare view

Updates reqwest-retry from 0.6.0 to 0.6.1

Release notes

Sourced from reqwest-retry's releases.

reqwest-retry-v0.6.1

Added

  • Removed dependency on chrono (#170)
Commits
  • 603ef97 chore: prepare release 🚀
  • 47f5232 ✨ Added Default derive to allow for same functionality as base typ...
  • 053d329 OpenTelemetry 0.24 support (#171)
  • 730c402 ci: use cargo hack feature powerset in CI
  • ceeb058 fix(test): enable rustls-tls for tests
  • c54a773 fix(lint): clippy::doc_lazy_continuation
  • c90089e fix: user-agent (#172)
  • 3342117 Remove superfluous dependency to chrono (#170)
  • 4ce8119 Add feature flag for deprecated fields (#167)
  • cb21214 chore: remove reqwest-middleware changelog from root (#166)
  • See full diff in compare view

Updates serde from 1.0.204 to 1.0.206

Release notes

Sourced from serde's releases.

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)

v1.0.205

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)
Commits
  • 85c73ef Release 1.0.206
  • 5ba1796 Resolve doc_markdown pedantic lint on regression test function
  • e52b7b3 Touch up PR 2567
  • 84c7419 Merge pull request #2794 from dtolnay/neverread
  • 536221b Temporarily ignore collection_is_never_read on FlattenSkipDeserializing
  • fc55ac7 Merge pull request #2567 from Mingun/fix-2565
  • 2afe5b4 Add regression test for issue #2792
  • b4ec259 Correctly process flatten fields in enum variants
  • c3ac7b6 Add regression test for issue #1904
  • 24614e4 Add regression test for issue #2565
  • Additional commits viewable in compare view

Updates serde_json from 1.0.122 to 1.0.124

Release notes

Sourced from serde_json's releases.

v1.0.124

v1.0.123

Commits
  • cf771a0 Release 1.0.124
  • 8b314a7 Merge pull request #1173 from iex-rs/fix-big-endian
  • 8eba786 Fix skip_to_escape on BE architectures
  • 2cab07e Release 1.0.123
  • 346189a Fix needless_borrow clippy lint in new control character test
  • 859ead8 Merge pull request #1161 from iex-rs/vectorized-string-parsing
  • e43da5e Immediately bail-out on empty strings
  • 8389d8a Don't run the slow algorithm from the beginning
  • 1f0dcf7 Allow clippy::items_after_statements
  • a95d6df Big endian support
  • Additional commits viewable in compare view

Updates xml-rs from 0.8.20 to 0.8.21

Changelog

Sourced from xml-rs's changelog.

Version 0.8.21

  • Added EventWriter::inner_ref
  • ~15% performance improvement
Commits

Updates aws-runtime from 1.3.1 to 1.4.0

Commits

Updates aws-sdk-sso from 1.36.0 to 1.37.0

Commits

Updates aws-sdk-ssooidc from 1.37.0 to 1.38.0

Commits

Updates aws-sdk-sts from 1.36.0 to 1.37.0

Commits

Updates aws-smithy-checksums from 0.60.11 to 0.60.12

Commits

Updates cc from 1.1.7 to 1.1.10

Release notes

Sourced from cc's releases.

cc-v1.1.10

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

cc-v1.1.9

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)

cc-v1.1.8

Other

  • Fix broken link in docs.rs (#1173)
Changelog

Sourced from cc's changelog.

1.1.10 - 2024-08-11

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

1.1.9 - 2024-08-11

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)

1.1.8 - 2024-08-06

Other

  • Fix broken link in docs.rs (#1173)
Commits

Updates clap_builder from 4.5.13 to 4.5.15

Release notes

Sourced from clap_builder's releases.

v4.5.15

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Changelog

Sourced from clap_builder's changelog.

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Commits
  • 4094435 chore: Release
  • 36114c3 docs: Update changelog
  • 918cfed Merge pull request #5610 from Mixu78/powershell_hyphens
  • c55f642 Merge pull request #5648 from epage/cli
  • 219a191 fix(complete): Improve help output
  • 734cac7 feat(complete): Make '--register' optional
  • fa4ccec feat(complete): Make '--shell' optional
  • efdcad1 Merge pull request #5647 from epage/infer
  • e65e463 docs(complete): Have dynamic Shell match static Shell
  • 8a1f9b3 Merge pull request #5646 from epage/powershell
  • Additional commits viewable in compare view

Updates core-foundation-sys from 0.8.6 to 0.8.7

Commits

Updates hyper-util from 0.1.6 to 0.1.7

Release notes

Sourced from hyper-util's releases.

v0.1.7

What's Changed

  • Add Connected::poison() to legacy client, a port from hyper v0.14.x.
  • Add Error::connect_info() to legacy client, a port from hyper v0.14.x.

New Contributors

Full Changelog: hyperium/hyper-util@v0.1.6...v0.1.7

Changelog

Sourced from hyper-util's changelog.

0.1.7 (2024-08-06)

  • Add Connected::poison() to legacy client, a port from hyper v0.14.x.
  • Add Error::connect_info() to legacy client, a port from hyper v0.14.x.
Commits

Updates object from 0.36.2 to 0.36.3

Changelog

Sourced from object's changelog.

0.36.3

Released 2024/08/07.

Added

  • Added Iterator implementations for various types in the low level read API. #713 #714

Changed

  • Changed from_bytes constructors for integer endian types to const. #712

  • Changed next methods in the low level read API to fuse after returning an error. #714

  • Updated wasmparser dependency. #715


Commits

Updates rustls-pki-types from 1.7.0 to 1.8.0

Release notes

Sourced from rustls-pki-types's releases.

1.8.0

  • New const CertificateDer::from_slice() function for creating a CertificateDer instance from a slice of DER.

What's Changed

Full Changelog: rustls/pki-types@v/1.7.0...v/1.8.0

Commits
  • 9382315 Cargo: version 1.7.0 -> 1.8.0
  • e8597ba add const CertificateDer::from_slice
  • b39d810 server_name: fix clippy::use_self findings
  • c58f07e server_name: fix clippy::missing_transmute_annotations
  • See full diff in compare view

Updates serde_derive from 1.0.204 to 1.0.206

Release notes

Sourced from serde_derive's releases.

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)

v1.0.205

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)
Commits
  • 85c73ef Release 1.0.206
  • 5ba1796 Resolve doc_markdown pedantic lint on regression test function
  • e52b7b3 Touch up PR 2567
  • 84c7419 Merge pull request #2794 from dtolnay/neverread
  • 536221b Temporarily ignore collection_is_never_read on FlattenSkipDeserializing
  • fc55ac7 Merge pull request #2567 from Mingun/fix-2565
  • 2afe5b4 Add regression test for issue #2792
  • b4ec259 Correctly process flatten fields in enum variants
  • c3ac7b6 Add regression test for issue #1904
  • 24614e4 Add regression test for issue #2565
  • Additional commits viewable in compare view

Updates syn from 2.0.72 to 2.0.74

Release notes

Sourced from syn's releases.

2.0.74

  • Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of Generics iterator methods (#1719)

2.0.73

Commits
  • b15ae28 Release 2.0.74
  • 6cf2344 Merge pull request #1719 from dtolnay/iterators
  • 2955ac5 Expose non-impl-Trait iterator return types
  • 7dc05a5 Add regression test for issue 1718
  • 857942e Revert "Define Fields::members iterator type privately inside method"
  • 65ec30d Revert "Embed Generics iterator implementations into method bodies"
  • b5a5a8c Release 2.0.73
  • 8cdb5c7 Add example of using Fields::members iterator
  • 2afdc12 Remove redundancy of Generics::split_for_impl cfg with type's cfg
  • 64b0dc8 Combine Generics impl blocks into one
  • 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 22 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.4` | `1.5.5` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.42.0` | `1.43.0` |
| [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.7.1` | `1.7.2` |
| [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.15` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.3.2` | `0.3.3` |
| [reqwest-retry](https://github.com/TrueLayer/reqwest-middleware) | `0.6.0` | `0.6.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.206` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.122` | `1.0.124` |
| [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.20` | `0.8.21` |
| [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.3.1` | `1.4.0` |
| [aws-sdk-sso](https://github.com/awslabs/aws-sdk-rust) | `1.36.0` | `1.37.0` |
| [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.37.0` | `1.38.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.36.0` | `1.37.0` |
| [aws-smithy-checksums](https://github.com/smithy-lang/smithy-rs) | `0.60.11` | `0.60.12` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.7` | `1.1.10` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.15` |
| [core-foundation-sys](https://github.com/servo/core-foundation-rs) | `0.8.6` | `0.8.7` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.6` | `0.1.7` |
| [object](https://github.com/gimli-rs/object) | `0.36.2` | `0.36.3` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.7.0` | `1.8.0` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.206` |
| [syn](https://github.com/dtolnay/syn) | `2.0.72` | `2.0.74` |


Updates `aws-config` from 1.5.4 to 1.5.5
- [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-s3` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-runtime-api` from 1.7.1 to 1.7.2
- [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 `clap` from 4.5.13 to 4.5.15
- [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.13...v4.5.15)

Updates `reqwest-middleware` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.3.2...reqwest-middleware-v0.3.3)

Updates `reqwest-retry` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-retry-v0.6.0...reqwest-retry-v0.6.1)

Updates `serde` from 1.0.204 to 1.0.206
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.206)

Updates `serde_json` from 1.0.122 to 1.0.124
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.122...v1.0.124)

Updates `xml-rs` from 0.8.20 to 0.8.21
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.20...0.8.21)

Updates `aws-runtime` from 1.3.1 to 1.4.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 `aws-sdk-sso` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-ssooidc` from 1.37.0 to 1.38.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.36.0 to 1.37.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-checksums` from 0.60.11 to 0.60.12
- [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.1.7 to 1.1.10
- [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.1.7...cc-v1.1.10)

Updates `clap_builder` from 4.5.13 to 4.5.15
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.13...v4.5.15)

Updates `core-foundation-sys` from 0.8.6 to 0.8.7
- [Commits](servo/core-foundation-rs@core-foundation-sys-v0.8.6...core-foundation-sys-v0.8.7)

Updates `hyper-util` from 0.1.6 to 0.1.7
- [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.6...v0.1.7)

Updates `object` from 0.36.2 to 0.36.3
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.2...0.36.3)

Updates `rustls-pki-types` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.7.0...v/1.8.0)

Updates `serde_derive` from 1.0.204 to 1.0.206
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.206)

Updates `syn` from 2.0.72 to 2.0.74
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.72...2.0.74)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-smithy-runtime-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: reqwest-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: xml-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-runtime
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-sso
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-ssooidc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-sts
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-smithy-checksums
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: core-foundation-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: hyper-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rustls-pki-types
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies skip deployment Do not deploy this PR upon merge labels Aug 12, 2024
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.97%. Comparing base (5872641) to head (dd77f90).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #182   +/-   ##
=======================================
  Coverage   46.97%   46.97%           
=======================================
  Files          27       27           
  Lines        3930     3930           
=======================================
  Hits         1846     1846           
  Misses       2084     2084           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwodder jwodder merged commit 612919a into main Aug 12, 2024
11 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-c01d6fe6b7 branch August 12, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies skip deployment Do not deploy this PR upon merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant