Unverified Commit e9f876a1 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Upgrade `cargo-check-external-types` to 0.1.5 (#1882)

parent f0b7f55b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
allowed_external_types = [
    "aws_endpoint::*",
    "aws_http::*",
    "aws_sig_auth::*",
    "aws_smithy_client::*",
    "aws_smithy_http::*",
    "aws_smithy_http_tower::*",
    "aws_smithy_types::*",
    "aws_types::*",
    "http::header::map::HeaderMap",
@@ -12,4 +16,6 @@ allowed_external_types = [

    # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if we want to continue exposing tower_layer
    "tower_layer::Layer",
    "tower_layer::identity::Identity",
    "tower_layer::stack::Stack",
]
+5 −0
Original line number Diff line number Diff line
# These are the allowed external types in the `aws-sdk-*` generated crates, checked by CI.
allowed_external_types = [
    "aws_endpoint::*",
    "aws_http::*",
    "aws_sig_auth::*",
    "aws_smithy_async::*",
    "aws_smithy_client::*",
    "aws_smithy_http::*",
    "aws_smithy_http_tower::*",
    "aws_smithy_types::*",
    "aws_types::*",
    "http::header::map::HeaderMap",
@@ -21,4 +24,6 @@ allowed_external_types = [

    # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if we want to continue exposing tower_layer
    "tower_layer::Layer",
    "tower_layer::identity::Identity",
    "tower_layer::stack::Stack",
]
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ ARG cargo_deny_version=0.12.2
ARG cargo_udeps_version=0.1.29
ARG cargo_hack_version=0.5.14
ARG cargo_minimal_versions_version=0.1.4
ARG cargo_check_external_types_version=0.1.4
ARG cargo_check_external_types_version=0.1.5
ENV RUSTUP_HOME=/opt/rustup \
    CARGO_HOME=/opt/cargo \
    PATH=/opt/cargo/bin/:${PATH} \