Skip to content
Closed
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
954 changes: 728 additions & 226 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ wasm-metadata = "0.245.1"
wasm-pkg-client = "0.11"
wasm-pkg-common = "0.11"
wasmparser = "0.245.1"
wasmtime = { version = "43", features = ["component-model-async"] }
wasmtime = { version = "44", features = ["component-model-async"] }
wasmtime-wasi = { version = "43", features = ["p3"] }
wasmtime-wasi-http = { version = "43", features = ["p3", "component-model-async"] }
wit-component = "0.245.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/key-value-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-once-cell = "0.5.4"
aws-config = { version = "1.1.7", default-features = false, features = ["rt-tokio", "credentials-process", "sso"] }
aws-credential-types = "1.1.7"
# Turn off default features to avoid pulling in "aws-smithy-runtime/default-https-client" which messes up tls provider selection
aws-sdk-dynamodb = { version = "1.49.0", default-features = false, features = ["rustls", "rt-tokio"] }
aws-sdk-dynamodb = { version = "1.54.0", default-features = false, features = ["rustls", "rt-tokio"] }
serde = { workspace = true }
spin-core = { path = "../core" }
spin-factor-key-value = { path = "../factor-key-value" }
Expand Down
Loading