Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
283 changes: 171 additions & 112 deletions Cargo.lock

Large diffs are not rendered by default.

90 changes: 47 additions & 43 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,64 +29,64 @@ collapsible_if = "allow"

[workspace.dependencies]
# Internal crates
rustack-core = { version = "0.9.0", path = "crates/rustack-core" }
rustack-auth = { version = "0.9.0", path = "crates/rustack-auth" }
rustack-s3-core = { version = "0.9.0", path = "crates/rustack-s3-core" }
rustack-s3-http = { version = "0.9.0", path = "crates/rustack-s3-http" }
rustack-s3-model = { version = "0.9.0", path = "crates/rustack-s3-model" }
rustack-s3-xml = { version = "0.9.0", path = "crates/rustack-s3-xml" }
rustack-core = { version = "0.10.0", path = "crates/rustack-core" }
rustack-auth = { version = "0.10.0", path = "crates/rustack-auth" }
rustack-s3-core = { version = "0.10.0", path = "crates/rustack-s3-core" }
rustack-s3-http = { version = "0.10.0", path = "crates/rustack-s3-http" }
rustack-s3-model = { version = "0.10.0", path = "crates/rustack-s3-model" }
rustack-s3-xml = { version = "0.10.0", path = "crates/rustack-s3-xml" }
rustack-dynamodb-model = { version = "0.9.0", path = "crates/rustack-dynamodb-model" }
rustack-dynamodb-http = { version = "0.9.0", path = "crates/rustack-dynamodb-http" }
rustack-dynamodb-core = { version = "0.9.0", path = "crates/rustack-dynamodb-core" }
rustack-dynamodb-http = { version = "0.10.0", path = "crates/rustack-dynamodb-http" }
rustack-dynamodb-core = { version = "0.10.0", path = "crates/rustack-dynamodb-core" }
rustack-sqs-model = { version = "0.9.0", path = "crates/rustack-sqs-model" }
rustack-sqs-http = { version = "0.9.0", path = "crates/rustack-sqs-http" }
rustack-sqs-core = { version = "0.9.0", path = "crates/rustack-sqs-core" }
rustack-sqs-http = { version = "0.10.0", path = "crates/rustack-sqs-http" }
rustack-sqs-core = { version = "0.10.0", path = "crates/rustack-sqs-core" }
rustack-ssm-model = { version = "0.9.0", path = "crates/rustack-ssm-model" }
rustack-ssm-http = { version = "0.9.0", path = "crates/rustack-ssm-http" }
rustack-ssm-core = { version = "0.9.0", path = "crates/rustack-ssm-core" }
rustack-ssm-http = { version = "0.10.0", path = "crates/rustack-ssm-http" }
rustack-ssm-core = { version = "0.10.0", path = "crates/rustack-ssm-core" }
rustack-sns-model = { version = "0.9.0", path = "crates/rustack-sns-model" }
rustack-sns-http = { version = "0.9.0", path = "crates/rustack-sns-http" }
rustack-sns-core = { version = "0.9.0", path = "crates/rustack-sns-core" }
rustack-sns-http = { version = "0.10.0", path = "crates/rustack-sns-http" }
rustack-sns-core = { version = "0.10.0", path = "crates/rustack-sns-core" }
rustack-lambda-model = { version = "0.9.0", path = "crates/rustack-lambda-model" }
rustack-lambda-http = { version = "0.9.0", path = "crates/rustack-lambda-http" }
rustack-lambda-core = { version = "0.9.1", path = "crates/rustack-lambda-core" }
rustack-events-model = { version = "0.9.0", path = "crates/rustack-events-model" }
rustack-lambda-http = { version = "0.10.0", path = "crates/rustack-lambda-http" }
rustack-lambda-core = { version = "0.10.0", path = "crates/rustack-lambda-core" }
rustack-events-model = { version = "0.10.0", path = "crates/rustack-events-model" }
rustack-logs-model = { version = "0.9.0", path = "crates/rustack-logs-model" }
rustack-logs-http = { version = "0.9.0", path = "crates/rustack-logs-http" }
rustack-logs-core = { version = "0.9.0", path = "crates/rustack-logs-core" }
rustack-events-http = { version = "0.9.0", path = "crates/rustack-events-http" }
rustack-events-core = { version = "0.9.0", path = "crates/rustack-events-core" }
rustack-logs-http = { version = "0.10.0", path = "crates/rustack-logs-http" }
rustack-logs-core = { version = "0.10.0", path = "crates/rustack-logs-core" }
rustack-events-http = { version = "0.10.0", path = "crates/rustack-events-http" }
rustack-events-core = { version = "0.10.0", path = "crates/rustack-events-core" }
rustack-kms-model = { version = "0.9.0", path = "crates/rustack-kms-model" }
rustack-kms-http = { version = "0.9.0", path = "crates/rustack-kms-http" }
rustack-kms-core = { version = "0.9.0", path = "crates/rustack-kms-core" }
rustack-kms-http = { version = "0.10.0", path = "crates/rustack-kms-http" }
rustack-kms-core = { version = "0.10.0", path = "crates/rustack-kms-core" }
rustack-kinesis-model = { version = "0.9.0", path = "crates/rustack-kinesis-model" }
rustack-kinesis-http = { version = "0.9.0", path = "crates/rustack-kinesis-http" }
rustack-kinesis-core = { version = "0.9.0", path = "crates/rustack-kinesis-core" }
rustack-kinesis-http = { version = "0.10.0", path = "crates/rustack-kinesis-http" }
rustack-kinesis-core = { version = "0.10.0", path = "crates/rustack-kinesis-core" }
rustack-secretsmanager-model = { version = "0.9.0", path = "crates/rustack-secretsmanager-model" }
rustack-secretsmanager-http = { version = "0.9.0", path = "crates/rustack-secretsmanager-http" }
rustack-secretsmanager-core = { version = "0.9.0", path = "crates/rustack-secretsmanager-core" }
rustack-secretsmanager-http = { version = "0.10.0", path = "crates/rustack-secretsmanager-http" }
rustack-secretsmanager-core = { version = "0.10.0", path = "crates/rustack-secretsmanager-core" }
rustack-ses-model = { version = "0.9.0", path = "crates/rustack-ses-model" }
rustack-ses-http = { version = "0.9.0", path = "crates/rustack-ses-http" }
rustack-ses-core = { version = "0.9.0", path = "crates/rustack-ses-core" }
rustack-ses-http = { version = "0.10.0", path = "crates/rustack-ses-http" }
rustack-ses-core = { version = "0.10.0", path = "crates/rustack-ses-core" }
rustack-apigatewayv2-model = { version = "0.9.0", path = "crates/rustack-apigatewayv2-model" }
rustack-apigatewayv2-http = { version = "0.9.0", path = "crates/rustack-apigatewayv2-http" }
rustack-apigatewayv2-core = { version = "0.9.0", path = "crates/rustack-apigatewayv2-core" }
rustack-apigatewayv2-http = { version = "0.10.0", path = "crates/rustack-apigatewayv2-http" }
rustack-apigatewayv2-core = { version = "0.10.0", path = "crates/rustack-apigatewayv2-core" }
rustack-cloudwatch-model = { version = "0.9.0", path = "crates/rustack-cloudwatch-model" }
rustack-cloudwatch-http = { version = "0.9.0", path = "crates/rustack-cloudwatch-http" }
rustack-cloudwatch-core = { version = "0.9.0", path = "crates/rustack-cloudwatch-core" }
rustack-cloudwatch-http = { version = "0.10.0", path = "crates/rustack-cloudwatch-http" }
rustack-cloudwatch-core = { version = "0.10.0", path = "crates/rustack-cloudwatch-core" }
rustack-dynamodbstreams-model = { version = "0.9.0", path = "crates/rustack-dynamodbstreams-model" }
rustack-dynamodbstreams-http = { version = "0.9.0", path = "crates/rustack-dynamodbstreams-http" }
rustack-dynamodbstreams-core = { version = "0.9.0", path = "crates/rustack-dynamodbstreams-core" }
rustack-dynamodbstreams-http = { version = "0.10.0", path = "crates/rustack-dynamodbstreams-http" }
rustack-dynamodbstreams-core = { version = "0.10.0", path = "crates/rustack-dynamodbstreams-core" }
rustack-iam-model = { version = "0.9.0", path = "crates/rustack-iam-model" }
rustack-iam-http = { version = "0.9.0", path = "crates/rustack-iam-http" }
rustack-iam-core = { version = "0.9.0", path = "crates/rustack-iam-core" }
rustack-iam-http = { version = "0.10.0", path = "crates/rustack-iam-http" }
rustack-iam-core = { version = "0.10.0", path = "crates/rustack-iam-core" }
rustack-sts-model = { version = "0.9.0", path = "crates/rustack-sts-model" }
rustack-sts-http = { version = "0.9.0", path = "crates/rustack-sts-http" }
rustack-sts-core = { version = "0.9.0", path = "crates/rustack-sts-core" }
rustack-sts-http = { version = "0.10.0", path = "crates/rustack-sts-http" }
rustack-sts-core = { version = "0.10.0", path = "crates/rustack-sts-core" }
rustack-cloudfront-model = { version = "0.9.0", path = "crates/rustack-cloudfront-model" }
rustack-cloudfront-http = { version = "0.9.0", path = "crates/rustack-cloudfront-http" }
rustack-cloudfront-core = { version = "0.9.0", path = "crates/rustack-cloudfront-core" }
rustack-cloudfront-dataplane = { version = "0.9.0", path = "crates/rustack-cloudfront-dataplane" }
rustack-cloudfront-http = { version = "0.10.0", path = "crates/rustack-cloudfront-http" }
rustack-cloudfront-core = { version = "0.10.0", path = "crates/rustack-cloudfront-core" }
rustack-cloudfront-dataplane = { version = "0.10.0", path = "crates/rustack-cloudfront-dataplane" }
squib = "0.2.0"

# Async runtime
Expand All @@ -113,11 +113,15 @@ http = "1.4"
http-body = "1.0"
http-body-util = "0.1"

# Validated runtime configuration (YAML only).
config = { version = "0.15.25", default-features = false, features = ["yaml"] }
url = "2.5.8"

# Serialization
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ciborium = "0.2"
quick-xml = "0.39"
quick-xml = "0.41"
zstd = { version = "0.13.3", default-features = false }

# Error handling
Expand Down
Loading
Loading