Skip to content

Commit

Permalink
Merge pull request #676 from Mossaka/remove-deps
Browse files Browse the repository at this point in the history
Cargo: remove unused deps
  • Loading branch information
Mossaka authored Sep 24, 2024
2 parents dd640d5 + 61589f3 commit 73e7cdb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 41 deletions.
19 changes: 0 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions benches/containerd-shim-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@ version.workspace = true
edition.workspace = true

[dependencies]
anyhow = { workspace = true }
chrono = { workspace = true }
containerd-shim-wasm = { path = "../../crates/containerd-shim-wasm", features = ["testing"] }
containerd-shim-wasmtime = { path = "../../crates/containerd-shim-wasmtime" }
libc = { workspace = true }
oci-spec = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tempfile = "3.8"
wasmtime = { workspace = true }

[dev-dependencies]
Expand Down
4 changes: 0 additions & 4 deletions crates/containerd-shim-wasm-test-modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ version = "0.4.1"
edition.workspace = true
license.workspace = true

[dependencies]
anyhow = { workspace = true }
libc = { workspace = true }

[build-dependencies]
anyhow = { workspace = true }
lazy_static = "1.5.0"
Expand Down
3 changes: 0 additions & 3 deletions crates/containerd-shim-wasmedge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ edition.workspace = true

[dependencies]
anyhow = { workspace = true }
containerd-shim = { workspace = true }
containerd-shim-wasm = { workspace = true }
log = { workspace = true }
oci-spec = { workspace = true, features = ["runtime"] }
ttrpc = { workspace = true }

# may need to bump wasmedge version in scripts/setup-windows.sh
wasmedge-sdk = { version = "0.13.2" }
Expand Down
4 changes: 0 additions & 4 deletions crates/containerd-shim-wasmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ edition.workspace = true

[dependencies]
anyhow = { workspace = true }
containerd-shim = { workspace = true }
containerd-shim-wasm = { workspace = true }
log = { workspace = true }
oci-spec = { workspace = true, features = ["runtime"] }
ttrpc = { workspace = true }

tokio = "1.38.1"
wasmer = { version = "4.1.2" }
wasmer-compiler = { version = "4.1.2", features = ["compiler"] }
wasmer-wasix = { version = "0.12.0" }

[dev-dependencies]
Expand Down
4 changes: 0 additions & 4 deletions crates/containerd-shim-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ edition.workspace = true

[dependencies]
anyhow = { workspace = true }
containerd-shim = { workspace = true }
containerd-shim-wasm = { workspace = true, features = ["opentelemetry"] }
log = { workspace = true }
oci-spec = { workspace = true, features = ["runtime"] }
ttrpc = { workspace = true }
sha256 = { workspace = true }

wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
Expand Down

0 comments on commit 73e7cdb

Please sign in to comment.