Skip to content

Commit

Permalink
Cleanup dependencies (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Nov 29, 2024
1 parent 77e385e commit 25d9622
Show file tree
Hide file tree
Showing 11 changed files with 487 additions and 380 deletions.
826 changes: 487 additions & 339 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ prost-types = "0.13.1"
uuid = { version = "1.8.0", features = ["v4", "v7"] }
futures = "0.3.30"
once_cell = "1.19.0"
bitflags = "2.5.0"
wit-bindgen = "0.36.0"
wit-bindgen-rt = "0.36.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = { version = "1.0.120" }
tonic = { version = "0.12.0", default-features = false }
tonic-build = "0.12.0"
tonic-web = "0.12.0"
wasmtime = "27.0.0"
wasmtime-wasi = "27.0.0"
async-trait = "0.1.80"
Expand All @@ -75,16 +73,9 @@ clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.4"
syn = { version = "2.0.60", features = ["full"] }
quote = "1.0.36"
proc-macro2 = "1.0.81"
assert_cmd = "2.0.14"
predicates = "3.1.0"
normpath = "1.2"
simple_logger = "5.0.0"
petgraph = "0.6.4"
cargo_metadata = "0.19.0"
itertools = "0.13.0"
testdir = "0.9.1"
fs_extra = "1.3.0"
handlebars = "6.0.0"
convert_case = "0.6.0"
mockall = "0.13.0"
Expand All @@ -95,5 +86,4 @@ directories = "5.0"
reqwest = "0.12.5"
wit-component = "0.221.0"
wit-parser = "0.221.0"
wasmprinter = "0.221.0"
bon = "3.0.0"
11 changes: 0 additions & 11 deletions pulumi_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,13 @@ edition.workspace = true
crate-type = ["cdylib"]

[dependencies]
anyhow.workspace = true
uuid.workspace = true
bitflags.workspace = true
wit-bindgen-rt.workspace = true
serde.workspace = true
serde_json.workspace = true
pulumi_wasm_common.workspace = true
log.workspace = true
pulumi_wasm_core.workspace = true

[build-dependencies]
tonic-build.workspace = true

[dev-dependencies]
wasmtime.workspace = true
wasmtime-wasi.workspace = true
anyhow.workspace = true

[package.metadata.component]
package = "component:pulumi-wasm"

Expand Down
1 change: 0 additions & 1 deletion pulumi_wasm_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ edition.workspace = true

[dependencies]
log.workspace = true
uuid.workspace = true
pulumi_wasm_wit = { workspace = true, features = ["logger"] }
1 change: 0 additions & 1 deletion pulumi_wasm_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow.workspace = true
prost.workspace = true
prost-types.workspace = true
uuid.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions pulumi_wasm_generator_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ handlebars.workspace = true
regex.workspace = true
convert_case.workspace = true
serde_yaml.workspace = true
itertools.workspace = true

[dev-dependencies]
assert_cmd.workspace = true
predicates.workspace = true
3 changes: 0 additions & 3 deletions pulumi_wasm_proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ tonic = { workspace = true, default-features = true, optional = true }

[build-dependencies]
tonic-build.workspace = true

[dev-dependencies]
mockall.workspace = true
9 changes: 0 additions & 9 deletions pulumi_wasm_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,17 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tonic-web.workspace = true
prost.workspace = true
prost-types.workspace = true
tonic = { workspace = true, default-features = true }
log.workspace = true
uuid.workspace = true
wasmtime.workspace = true
wasmtime-wasi.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
futures.workspace = true
async-trait.workspace = true
regex.workspace = true
tokio.workspace = true
log4rs.workspace = true
clap.workspace = true
wac-graph.workspace = true
pulumi_wasm_proto = { workspace = true, features = ["connectivity"] }
pulumi_wasm_wit = { workspace = true, features = ["runner"] }
directories.workspace = true
reqwest.workspace = true
pulumi_wasm_runner_component_creator.workspace = true
1 change: 0 additions & 1 deletion pulumi_wasm_runner_component_creator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ reqwest.workspace = true
[dev-dependencies]
wit-component = { workspace = true, features=["dummy-module"] }
wit-parser.workspace = true
wasmprinter.workspace = true
2 changes: 0 additions & 2 deletions pulumi_wasm_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ prettyplease.workspace = true

[dependencies]
uuid.workspace = true
bitflags.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
futures.workspace = true
log.workspace = true
pulumi_wasm_rust_macro.workspace = true
pulumi_wasm_common.workspace = true
Expand Down
1 change: 0 additions & 1 deletion pulumi_wasm_rust_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ proc-macro = true
[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true

0 comments on commit 25d9622

Please sign in to comment.