Skip to content

Commit aa80b03

Browse files
authored
Merge branch 'get-convex:main' into experiment-unverified-auth
2 parents 407852d + fd4bd44 commit aa80b03

File tree

70 files changed

+2239
-1605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2239
-1605
lines changed

Cargo.lock

Lines changed: 52 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ async-trait = "0.1"
7676
async_zip = { version = "0.0.17", default-features = false, features = [ "deflate", "tokio", "zstd" ] }
7777
async_zip_0_0_9 = { package = "async_zip", version = "0.0.9", default-features = false, features = [ "zstd", "deflate" ] }
7878
atomic_refcell = "0.1.13"
79-
aws-config = { version = "1.6", default-features = false, features = [ "client-hyper", "default-https-client", "rustls", "rt-tokio" ] }
79+
aws-config = { version = "1.6", default-features = false, features = [ "client-hyper", "default-https-client", "rustls", "rt-tokio", "sso" ] }
8080
aws-lc-rs = { version = "1.13", default-features = false, features = [ "aws-lc-sys", "prebuilt-nasm" ] }
8181
aws-sdk-s3 = { version = "1.83", default-features = false, features = [ "default-https-client", "rt-tokio", "sigv4a" ] }
8282
aws-smithy-http = "0.62.0"
8383
aws-smithy-types-convert = { version = "0.60", features = [ "convert-streams" ] }
84+
aws-credential-types = "1"
8485
aws-types = "1"
8586
axum = { version = "0.8", features = [ "ws", "original-uri", "macros", "multipart" ] }
8687
axum-extra = { version = "0.10", features = [ "typed-header", "cookie" ] }

0 commit comments

Comments
 (0)