Skip to content

Commit

Permalink
Update remi-* to 0.4.3; AWS SDK for Rust to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Nov 25, 2023
1 parent 407860e commit a7186af
Show file tree
Hide file tree
Showing 50 changed files with 1,480 additions and 516 deletions.
384 changes: 265 additions & 119 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/avatars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ bytes = "1.5.0"
charted-common = { version = "0.0.0-devel.0", path = "../common" }
charted-storage = { version = "0.0.0-devel.0", path = "../storage" }
eyre = "0.6.9"
remi-core = "0.4.2"
remi-core = "0.4.3"
reqwest = { version = "0.11.22", features = ["async-compression", "gzip"] }
tracing = "0.1.40"
6 changes: 3 additions & 3 deletions crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ homepage = "https://charts.noelware.org"
authors = ["Noel Towa <[email protected]>", "Noelware Team <[email protected]>"]

[dependencies]
aws-sdk-s3 = "0.34.0"
aws-sdk-s3 = "1.1.0"
base64 = "0.21.5"
clap = { version = "4.4.8", features = ["derive"] }
charted-common = { path = "../common", version = "0.0.0-devel.0" }
Expand All @@ -32,8 +32,8 @@ merge-struct = "0.1.0"
once_cell = "1.18.0"
paste = "1.0.14"
regex = "1.10.2"
remi-fs = { version = "0.4.2", features = ["serde"] }
remi-s3 = { version = "0.4.2", features = ["serde"] }
remi-fs = { version = "0.4.3", features = ["serde"] }
remi-s3 = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
tracing = "0.1.40"
Expand Down
4 changes: 2 additions & 2 deletions crates/helm-charts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ itertools = "0.12.0"
multer = { version = "2.1.0", features = ["tokio-io"] }
once_cell = "1.18.0"
regex = "1.10.2"
remi-core = "0.4.2"
remi-core = "0.4.3"
semver = "1.0.20"
sentry = "0.31.8"
serde_yaml = "0.9.27"
tar = "0.4.40"
tracing = "0.1.40"

[dev-dependencies]
remi-fs = "0.4.2"
remi-fs = "0.4.3"
tempfile = "3.8.1"
tokio = { version = "1.34.0", features = ["rt", "macros"] }
6 changes: 3 additions & 3 deletions crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ authors = ["Noel Towa <[email protected]>", "Noelware Team <[email protected]>"]
[dependencies]
bytes = "1.5.0"
charted-config = { path = "../config", version = "0.0.0-devel.0" }
remi-core = "0.4.2"
remi-fs = { version = "0.4.2", features = ["serde", "log"] }
remi-s3 = { version = "0.4.2", features = ["serde", "log"] }
remi-core = "0.4.3"
remi-fs = { version = "0.4.3", features = ["serde", "log"] }
remi-s3 = { version = "0.4.3", features = ["serde", "log"] }
serde = "1.0.193"
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ rust_library(
),
crate_features = [
"client-hyper",
"credentials-sso",
"credentials-process",
"default",
"rt-tokio",
"rustls",
"sso",
],
crate_root = "src/lib.rs",
edition = "2021",
Expand All @@ -45,28 +46,29 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.56.1",
version = "1.0.1",
deps = [
"@crate_index__aws-credential-types-0.56.1//:aws_credential_types",
"@crate_index__aws-http-0.56.1//:aws_http",
"@crate_index__aws-sdk-sso-0.30.0//:aws_sdk_sso",
"@crate_index__aws-sdk-sts-0.30.0//:aws_sdk_sts",
"@crate_index__aws-smithy-async-0.56.1//:aws_smithy_async",
"@crate_index__aws-smithy-client-0.56.1//:aws_smithy_client",
"@crate_index__aws-smithy-http-0.56.1//:aws_smithy_http",
"@crate_index__aws-smithy-http-tower-0.56.1//:aws_smithy_http_tower",
"@crate_index__aws-smithy-json-0.56.1//:aws_smithy_json",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__aws-types-0.56.1//:aws_types",
"@crate_index__aws-credential-types-1.0.1//:aws_credential_types",
"@crate_index__aws-http-0.60.0//:aws_http",
"@crate_index__aws-runtime-1.0.1//:aws_runtime",
"@crate_index__aws-sdk-sso-1.1.0//:aws_sdk_sso",
"@crate_index__aws-sdk-ssooidc-1.1.0//:aws_sdk_ssooidc",
"@crate_index__aws-sdk-sts-1.1.0//:aws_sdk_sts",
"@crate_index__aws-smithy-async-1.0.1//:aws_smithy_async",
"@crate_index__aws-smithy-http-0.60.0//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.60.0//:aws_smithy_json",
"@crate_index__aws-smithy-runtime-1.0.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__aws-types-1.0.1//:aws_types",
"@crate_index__bytes-1.5.0//:bytes",
"@crate_index__fastrand-2.0.0//:fastrand",
"@crate_index__hex-0.4.3//:hex",
"@crate_index__http-0.2.9//:http",
"@crate_index__hyper-0.14.27//:hyper",
"@crate_index__ring-0.16.20//:ring",
"@crate_index__ring-0.17.5//:ring",
"@crate_index__time-0.3.28//:time",
"@crate_index__tokio-1.34.0//:tokio",
"@crate_index__tower-0.4.13//:tower",
"@crate_index__tracing-0.1.40//:tracing",
"@crate_index__zeroize-1.6.0//:zeroize",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.56.1",
version = "1.0.1",
deps = [
"@crate_index__aws-smithy-async-0.56.1//:aws_smithy_async",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__fastrand-2.0.0//:fastrand",
"@crate_index__tokio-1.34.0//:tokio",
"@crate_index__tracing-0.1.40//:tracing",
"@crate_index__aws-smithy-async-1.0.1//:aws_smithy_async",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__zeroize-1.6.0//:zeroize",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package(default_visibility = ["//visibility:public"])
# ])

rust_library(
name = "aws_smithy_http_tower",
name = "aws_http",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
Expand All @@ -33,20 +33,20 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=aws-smithy-http-tower",
"crate-name=aws-http",
"manual",
"noclippy",
"norustfmt",
],
version = "0.56.1",
version = "0.60.0",
deps = [
"@crate_index__aws-smithy-http-0.56.1//:aws_smithy_http",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__aws-types-1.0.1//:aws_types",
"@crate_index__bytes-1.5.0//:bytes",
"@crate_index__http-0.2.9//:http",
"@crate_index__http-body-0.4.5//:http_body",
"@crate_index__pin-project-lite-0.2.13//:pin_project_lite",
"@crate_index__tower-0.4.13//:tower",
"@crate_index__tracing-0.1.40//:tracing",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rust_library(
),
crate_features = [
"event-stream",
"sigv4a",
],
crate_root = "src/lib.rs",
edition = "2021",
Expand All @@ -41,17 +42,17 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.56.1",
version = "1.0.1",
deps = [
"@crate_index__aws-credential-types-0.56.1//:aws_credential_types",
"@crate_index__aws-http-0.56.1//:aws_http",
"@crate_index__aws-sigv4-0.56.1//:aws_sigv4",
"@crate_index__aws-smithy-async-0.56.1//:aws_smithy_async",
"@crate_index__aws-smithy-eventstream-0.56.1//:aws_smithy_eventstream",
"@crate_index__aws-smithy-http-0.56.1//:aws_smithy_http",
"@crate_index__aws-smithy-runtime-api-0.56.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__aws-types-0.56.1//:aws_types",
"@crate_index__aws-credential-types-1.0.1//:aws_credential_types",
"@crate_index__aws-http-0.60.0//:aws_http",
"@crate_index__aws-sigv4-1.0.1//:aws_sigv4",
"@crate_index__aws-smithy-async-1.0.1//:aws_smithy_async",
"@crate_index__aws-smithy-eventstream-0.60.0//:aws_smithy_eventstream",
"@crate_index__aws-smithy-http-0.60.0//:aws_smithy_http",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__aws-types-1.0.1//:aws_types",
"@crate_index__fastrand-2.0.0//:fastrand",
"@crate_index__http-0.2.9//:http",
"@crate_index__percent-encoding-2.3.1//:percent_encoding",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rust_library(
"default",
"rt-tokio",
"rustls",
"sigv4a",
],
crate_root = "src/lib.rs",
edition = "2021",
Expand All @@ -43,30 +44,28 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.34.0",
version = "1.1.0",
deps = [
"@crate_index__aws-credential-types-0.56.1//:aws_credential_types",
"@crate_index__aws-http-0.56.1//:aws_http",
"@crate_index__aws-runtime-0.56.1//:aws_runtime",
"@crate_index__aws-sigv4-0.56.1//:aws_sigv4",
"@crate_index__aws-smithy-async-0.56.1//:aws_smithy_async",
"@crate_index__aws-smithy-checksums-0.56.1//:aws_smithy_checksums",
"@crate_index__aws-smithy-client-0.56.1//:aws_smithy_client",
"@crate_index__aws-smithy-eventstream-0.56.1//:aws_smithy_eventstream",
"@crate_index__aws-smithy-http-0.56.1//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.56.1//:aws_smithy_json",
"@crate_index__aws-smithy-runtime-0.56.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-0.56.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__aws-smithy-xml-0.56.1//:aws_smithy_xml",
"@crate_index__aws-types-0.56.1//:aws_types",
"@crate_index__aws-credential-types-1.0.1//:aws_credential_types",
"@crate_index__aws-http-0.60.0//:aws_http",
"@crate_index__aws-runtime-1.0.1//:aws_runtime",
"@crate_index__aws-sigv4-1.0.1//:aws_sigv4",
"@crate_index__aws-smithy-async-1.0.1//:aws_smithy_async",
"@crate_index__aws-smithy-checksums-0.60.0//:aws_smithy_checksums",
"@crate_index__aws-smithy-eventstream-0.60.0//:aws_smithy_eventstream",
"@crate_index__aws-smithy-http-0.60.0//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.60.0//:aws_smithy_json",
"@crate_index__aws-smithy-runtime-1.0.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__aws-smithy-xml-0.60.0//:aws_smithy_xml",
"@crate_index__aws-types-1.0.1//:aws_types",
"@crate_index__bytes-1.5.0//:bytes",
"@crate_index__http-0.2.9//:http",
"@crate_index__http-body-0.4.5//:http_body",
"@crate_index__once_cell-1.18.0//:once_cell",
"@crate_index__percent-encoding-2.3.1//:percent_encoding",
"@crate_index__regex-1.10.2//:regex",
"@crate_index__tokio-stream-0.1.14//:tokio_stream",
"@crate_index__tracing-0.1.40//:tracing",
"@crate_index__url-2.5.0//:url",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,21 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.30.0",
version = "1.1.0",
deps = [
"@crate_index__aws-credential-types-0.56.1//:aws_credential_types",
"@crate_index__aws-http-0.56.1//:aws_http",
"@crate_index__aws-runtime-0.56.1//:aws_runtime",
"@crate_index__aws-smithy-async-0.56.1//:aws_smithy_async",
"@crate_index__aws-smithy-client-0.56.1//:aws_smithy_client",
"@crate_index__aws-smithy-http-0.56.1//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.56.1//:aws_smithy_json",
"@crate_index__aws-smithy-runtime-0.56.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-0.56.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__aws-types-0.56.1//:aws_types",
"@crate_index__aws-credential-types-1.0.1//:aws_credential_types",
"@crate_index__aws-http-0.60.0//:aws_http",
"@crate_index__aws-runtime-1.0.1//:aws_runtime",
"@crate_index__aws-smithy-async-1.0.1//:aws_smithy_async",
"@crate_index__aws-smithy-http-0.60.0//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.60.0//:aws_smithy_json",
"@crate_index__aws-smithy-runtime-1.0.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__aws-types-1.0.1//:aws_types",
"@crate_index__bytes-1.5.0//:bytes",
"@crate_index__http-0.2.9//:http",
"@crate_index__regex-1.10.2//:regex",
"@crate_index__tokio-stream-0.1.14//:tokio_stream",
"@crate_index__tracing-0.1.40//:tracing",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package(default_visibility = ["//visibility:public"])
# ])

rust_library(
name = "aws_http",
name = "aws_sdk_ssooidc",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
Expand All @@ -33,23 +33,26 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=aws-http",
"crate-name=aws-sdk-ssooidc",
"manual",
"noclippy",
"norustfmt",
],
version = "0.56.1",
version = "1.1.0",
deps = [
"@crate_index__aws-credential-types-0.56.1//:aws_credential_types",
"@crate_index__aws-smithy-http-0.56.1//:aws_smithy_http",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__aws-types-0.56.1//:aws_types",
"@crate_index__aws-credential-types-1.0.1//:aws_credential_types",
"@crate_index__aws-http-0.60.0//:aws_http",
"@crate_index__aws-runtime-1.0.1//:aws_runtime",
"@crate_index__aws-smithy-async-1.0.1//:aws_smithy_async",
"@crate_index__aws-smithy-http-0.60.0//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.60.0//:aws_smithy_json",
"@crate_index__aws-smithy-runtime-1.0.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__aws-types-1.0.1//:aws_types",
"@crate_index__bytes-1.5.0//:bytes",
"@crate_index__http-0.2.9//:http",
"@crate_index__http-body-0.4.5//:http_body",
"@crate_index__lazy_static-1.4.0//:lazy_static",
"@crate_index__percent-encoding-2.3.1//:percent_encoding",
"@crate_index__pin-project-lite-0.2.13//:pin_project_lite",
"@crate_index__regex-1.10.2//:regex",
"@crate_index__tracing-0.1.40//:tracing",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,20 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.30.0",
version = "1.1.0",
deps = [
"@crate_index__aws-credential-types-0.56.1//:aws_credential_types",
"@crate_index__aws-http-0.56.1//:aws_http",
"@crate_index__aws-runtime-0.56.1//:aws_runtime",
"@crate_index__aws-smithy-async-0.56.1//:aws_smithy_async",
"@crate_index__aws-smithy-client-0.56.1//:aws_smithy_client",
"@crate_index__aws-smithy-http-0.56.1//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.56.1//:aws_smithy_json",
"@crate_index__aws-smithy-query-0.56.1//:aws_smithy_query",
"@crate_index__aws-smithy-runtime-0.56.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-0.56.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-0.56.1//:aws_smithy_types",
"@crate_index__aws-smithy-xml-0.56.1//:aws_smithy_xml",
"@crate_index__aws-types-0.56.1//:aws_types",
"@crate_index__aws-credential-types-1.0.1//:aws_credential_types",
"@crate_index__aws-http-0.60.0//:aws_http",
"@crate_index__aws-runtime-1.0.1//:aws_runtime",
"@crate_index__aws-smithy-async-1.0.1//:aws_smithy_async",
"@crate_index__aws-smithy-http-0.60.0//:aws_smithy_http",
"@crate_index__aws-smithy-json-0.60.0//:aws_smithy_json",
"@crate_index__aws-smithy-query-0.60.0//:aws_smithy_query",
"@crate_index__aws-smithy-runtime-1.0.1//:aws_smithy_runtime",
"@crate_index__aws-smithy-runtime-api-1.0.1//:aws_smithy_runtime_api",
"@crate_index__aws-smithy-types-1.0.1//:aws_smithy_types",
"@crate_index__aws-smithy-xml-0.60.0//:aws_smithy_xml",
"@crate_index__aws-types-1.0.1//:aws_types",
"@crate_index__http-0.2.9//:http",
"@crate_index__regex-1.10.2//:regex",
"@crate_index__tracing-0.1.40//:tracing",
Expand Down
Loading

0 comments on commit a7186af

Please sign in to comment.