update nightly version to 1.78-equivalent

This commit is contained in:
Zelda Hessler 2024-09-03 11:52:23 -05:00
parent 84f64b7645
commit 77823afdc3
3 changed files with 19 additions and 19 deletions

View File

@ -30,7 +30,7 @@ env:
apt_dependencies: libssl-dev gnuplot jq
java_version: 17
rust_toolchain_components: clippy,rustfmt
rust_nightly_version: nightly-2024-02-07
rust_nightly_version: nightly-2024-05-02
jobs:
generate-diff:

View File

@ -306,7 +306,7 @@ dependencies = [
name = "aws-smithy-cbor"
version = "0.60.7"
dependencies = [
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"criterion",
"minicbor",
]
@ -337,7 +337,7 @@ name = "aws-smithy-checksums"
version = "0.60.12"
dependencies = [
"aws-smithy-http 0.60.10",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"bytes",
"bytes-utils",
"crc32c",
@ -364,7 +364,7 @@ name = "aws-smithy-compression"
version = "0.0.1"
dependencies = [
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"bytes",
"bytes-utils",
"flate2",
@ -384,7 +384,7 @@ name = "aws-smithy-eventstream"
version = "0.60.4"
dependencies = [
"arbitrary",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"bytes",
"bytes-utils",
"crc32fast",
@ -409,7 +409,7 @@ dependencies = [
"aws-smithy-async 1.2.1",
"aws-smithy-runtime 1.7.1",
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"h2 0.4.5",
"http 1.1.0",
"hyper 1.4.1",
@ -451,7 +451,7 @@ dependencies = [
"async-stream",
"aws-smithy-eventstream 0.60.4",
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"bytes",
"bytes-utils",
"futures-core",
@ -480,7 +480,7 @@ dependencies = [
"aws-smithy-http 0.60.10",
"aws-smithy-json 0.60.7",
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"aws-smithy-xml 0.60.8",
"bytes",
"futures-util",
@ -510,7 +510,7 @@ dependencies = [
"aws-smithy-http 0.60.10",
"aws-smithy-http-server",
"aws-smithy-json 0.60.7",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"aws-smithy-xml 0.60.8",
"bytes",
"futures",
@ -550,7 +550,7 @@ version = "0.60.3"
name = "aws-smithy-json"
version = "0.60.7"
dependencies = [
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"proptest",
"serde_json",
]
@ -570,7 +570,7 @@ version = "0.2.1"
dependencies = [
"aws-sdk-s3",
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"tokio",
]
@ -611,7 +611,7 @@ dependencies = [
name = "aws-smithy-query"
version = "0.60.7"
dependencies = [
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"urlencoding",
]
@ -655,7 +655,7 @@ dependencies = [
"aws-smithy-http 0.60.10",
"aws-smithy-protocol-test 0.62.0",
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"bytes",
"fastrand",
"futures-util",
@ -703,7 +703,7 @@ name = "aws-smithy-runtime-api"
version = "1.7.2"
dependencies = [
"aws-smithy-async 1.2.1",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"bytes",
"http 0.2.12",
"http 1.1.0",
@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
version = "1.2.5"
version = "1.2.6"
dependencies = [
"base64 0.13.1",
"base64-simd",
@ -779,7 +779,7 @@ name = "aws-smithy-types-convert"
version = "0.60.8"
dependencies = [
"aws-smithy-async 1.2.1",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"chrono",
"futures-core",
"time",
@ -791,7 +791,7 @@ version = "0.1.3"
dependencies = [
"aws-smithy-http 0.60.10",
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"bytes",
"http 1.1.0",
"tracing",
@ -1981,7 +1981,7 @@ dependencies = [
"aws-smithy-json 0.60.7",
"aws-smithy-runtime 1.7.1",
"aws-smithy-runtime-api 1.7.2",
"aws-smithy-types 1.2.5",
"aws-smithy-types 1.2.6",
"aws-smithy-xml 0.60.8",
"bytes",
"fastrand",

View File

@ -7,7 +7,7 @@
ARG base_image=public.ecr.aws/amazonlinux/amazonlinux:2023
ARG rust_stable_version=1.78.0
ARG rust_nightly_version=nightly-2024-02-07
ARG rust_nightly_version=nightly-2024-05-02
FROM ${base_image} AS bare_base_image
RUN yum -y updateinfo