Nugine / s3s

S3 Service Adapter
Apache License 2.0
144 stars 34 forks source link

build(deps): bump the dependencies group with 7 updates #121

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Updates the requirements on aws-sdk-s3, aws-smithy-http, aws-smithy-runtime-api, aws-smithy-types, aws-smithy-types-convert, aws-config and aws-credential-types to permit the latest version. Updates aws-sdk-s3 to 1.8.0

Changelog

Sourced from aws-sdk-s3's changelog.

December 15th, 2023

Service Features:

  • aws-sdk-connect (1.10.0): Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
  • aws-sdk-connectcases (1.8.0): Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
  • aws-sdk-sagemaker (1.10.0): This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

Service Documentation:

  • aws-sdk-cloud9 (1.8.1): Updated Cloud9 API documentation for AL2023 release
  • aws-sdk-kms (1.7.1): Documentation updates for AWS Key Management Service
  • aws-sdk-rds (1.7.1): Updates Amazon RDS documentation by adding code examples

Crate Versions

Crate Version
aws-config 1.1.1
aws-credential-types 1.1.1
aws-endpoint 0.60.1
aws-http 0.60.1
aws-hyper 0.60.1
aws-runtime 1.1.1
aws-runtime-api 1.1.1
aws-sdk-accessanalyzer 1.8.0
aws-sdk-account 1.7.0
aws-sdk-acm 1.7.0
aws-sdk-acmpca 1.7.0
aws-sdk-alexaforbusiness 1.7.0
aws-sdk-amp 1.7.0
aws-sdk-amplify 1.7.0
aws-sdk-amplifybackend 1.7.0
aws-sdk-amplifyuibuilder 1.7.0
aws-sdk-apigateway 1.7.0
aws-sdk-apigatewaymanagement 1.7.0
aws-sdk-apigatewayv2 1.7.0
aws-sdk-appconfig 1.7.0
aws-sdk-appconfigdata 1.7.0
aws-sdk-appfabric 1.7.0
aws-sdk-appflow 1.7.0
aws-sdk-appintegrations 1.7.0
aws-sdk-applicationautoscaling 1.8.0
aws-sdk-applicationcostprofiler 1.7.0
aws-sdk-applicationdiscovery 1.7.0
aws-sdk-applicationinsights 1.7.0
aws-sdk-appmesh 1.7.0
aws-sdk-apprunner 1.7.0
aws-sdk-appstream 1.7.0

... (truncated)

Commits


Updates aws-smithy-http to 0.60.1

Changelog

Sourced from aws-smithy-http's changelog.

December 13th, 2023

December 11th, 2023

New this release:

  • :bug: (client, smithy-rs#3305) crate::event_receiver::EventReceiver is now re-exported as crate::primitives::event_stream::EventReceiver when a service supports event stream operations.

December 8th, 2023

New this release:

  • :tada: (all, smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required
  • :bug: (client, smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.
  • (client, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.
  • (client, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.
  • (client, aws-sdk-rust#990, @​declanvk) Expose local socket address from ConnectionMetadata.
  • (all, smithy-rs#3294) Number TryInto implementations now succesfully convert from f64 to numeric types when no precision is lost. This fixes some deserialization issues where numbers like 25.0 were sent when Byte fields were expected.

Contributors Thank you for your contributions! ❤

December 1st, 2023

New this release:

  • (client, smithy-rs#3278) RuntimeComponentsBuilder::push_identity_resolver is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use RuntimeComponentsBuilder::set_identity_resolver instead.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

... (truncated)

Commits


Updates aws-smithy-runtime-api to 1.1.1

Changelog

Sourced from aws-smithy-runtime-api's changelog.

December 13th, 2023

December 11th, 2023

New this release:

  • :bug: (client, smithy-rs#3305) crate::event_receiver::EventReceiver is now re-exported as crate::primitives::event_stream::EventReceiver when a service supports event stream operations.

December 8th, 2023

New this release:

  • :tada: (all, smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required
  • :bug: (client, smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.
  • (client, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.
  • (client, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.
  • (client, aws-sdk-rust#990, @​declanvk) Expose local socket address from ConnectionMetadata.
  • (all, smithy-rs#3294) Number TryInto implementations now succesfully convert from f64 to numeric types when no precision is lost. This fixes some deserialization issues where numbers like 25.0 were sent when Byte fields were expected.

Contributors Thank you for your contributions! ❤

December 1st, 2023

New this release:

  • (client, smithy-rs#3278) RuntimeComponentsBuilder::push_identity_resolver is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use RuntimeComponentsBuilder::set_identity_resolver instead.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

... (truncated)

Commits


Updates aws-smithy-types to 1.1.1

Changelog

Sourced from aws-smithy-types's changelog.

December 13th, 2023

December 11th, 2023

New this release:

  • :bug: (client, smithy-rs#3305) crate::event_receiver::EventReceiver is now re-exported as crate::primitives::event_stream::EventReceiver when a service supports event stream operations.

December 8th, 2023

New this release:

  • :tada: (all, smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required
  • :bug: (client, smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.
  • (client, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.
  • (client, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.
  • (client, aws-sdk-rust#990, @​declanvk) Expose local socket address from ConnectionMetadata.
  • (all, smithy-rs#3294) Number TryInto implementations now succesfully convert from f64 to numeric types when no precision is lost. This fixes some deserialization issues where numbers like 25.0 were sent when Byte fields were expected.

Contributors Thank you for your contributions! ❤

December 1st, 2023

New this release:

  • (client, smithy-rs#3278) RuntimeComponentsBuilder::push_identity_resolver is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use RuntimeComponentsBuilder::set_identity_resolver instead.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

... (truncated)

Commits


Updates aws-smithy-types-convert to 0.60.1

Changelog

Sourced from aws-smithy-types-convert's changelog.

December 13th, 2023

December 11th, 2023

New this release:

  • :bug: (client, smithy-rs#3305) crate::event_receiver::EventReceiver is now re-exported as crate::primitives::event_stream::EventReceiver when a service supports event stream operations.

December 8th, 2023

New this release:

  • :tada: (all, smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required
  • :bug: (client, smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.
  • (client, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.
  • (client, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.
  • (client, aws-sdk-rust#990, @​declanvk) Expose local socket address from ConnectionMetadata.
  • (all, smithy-rs#3294) Number TryInto implementations now succesfully convert from f64 to numeric types when no precision is lost. This fixes some deserialization issues where numbers like 25.0 were sent when Byte fields were expected.

Contributors Thank you for your contributions! ❤

December 1st, 2023

New this release:

  • (client, smithy-rs#3278) RuntimeComponentsBuilder::push_identity_resolver is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use RuntimeComponentsBuilder::set_identity_resolver instead.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

... (truncated)

Commits


Updates aws-config to 1.1.1

Changelog

Sourced from aws-config's changelog.

December 13th, 2023

December 11th, 2023

New this release:

  • :bug: (client, smithy-rs#3305) crate::event_receiver::EventReceiver is now re-exported as crate::primitives::event_stream::EventReceiver when a service supports event stream operations.

December 8th, 2023

New this release:

  • :tada: (all, smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required
  • :bug: (client, smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.
  • (client, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.
  • (client, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.
  • (client, aws-sdk-rust#990, @​declanvk) Expose local socket address from ConnectionMetadata.
  • (all, smithy-rs#3294) Number TryInto implementations now succesfully convert from f64 to numeric types when no precision is lost. This fixes some deserialization issues where numbers like 25.0 were sent when Byte fields were expected.

Contributors Thank you for your contributions! ❤

December 1st, 2023

New this release:

  • (client, smithy-rs#3278) RuntimeComponentsBuilder::push_identity_resolver is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use RuntimeComponentsBuilder::set_identity_resolver instead.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

... (truncated)

Commits


Updates aws-credential-types to 1.1.1

Changelog

Sourced from aws-credential-types's changelog.

December 13th, 2023

December 11th, 2023

New this release:

  • :bug: (client, smithy-rs#3305) crate::event_receiver::EventReceiver is now re-exported as crate::primitives::event_stream::EventReceiver when a service supports event stream operations.

December 8th, 2023

New this release:

  • :tada: (all, smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required
  • :bug: (client, smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.
  • (client, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.
  • (client, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.
  • (client, aws-sdk-rust#990, @​declanvk) Expose local socket address from ConnectionMetadata.
  • (all, smithy-rs#3294) Number TryInto implementations now succesfully convert from f64 to numeric types when no precision is lost. This fixes some deserialization issues where numbers like 25.0 were sent when Byte fields were expected.

Contributors Thank you for your contributions! ❤

December 1st, 2023

New this release:

  • (client, smithy-rs#3278) RuntimeComponentsBuilder::push_identity_resolver is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use RuntimeComponentsBuilder::set_identity_resolver instead.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

... (truncated)

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 10 months ago

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