Skip to content
Open
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
1,035 changes: 790 additions & 245 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ 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-wasi = { version = "43", features = ["p3"] }
wasmtime = { version = "44", features = ["component-model-async"] }
wasmtime-wasi = { version = "44", features = ["p3"] }
wasmtime-wasi-http = { version = "43", features = ["p3", "component-model-async"] }
wit-component = "0.245.1"
wit-parser = "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