Skip to content

Commit

Permalink
Update dependencies and remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Sep 8, 2023
1 parent 3f5ff85 commit 0a8d49d
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 234 deletions.
116 changes: 14 additions & 102 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ wasmer = { version = "=4.2.0", path = "lib/api", features = [
anyhow = "1.0"
criterion = { version = "0.5", default-features = false }
lazy_static = "1.4"
serial_test = "0.5"
serial_test = { version = "2.0", default-features = false }
compiler-test-derive = { path = "tests/lib/compiler-test-derive" }
tempfile = "3.6.0"
# For logging tests using the `RUST_LOG=debug` when testing
Expand Down
4 changes: 1 addition & 3 deletions lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wasmer-types = { version = "=4.2.0", path = "../types", features = [
] }
wasmer-registry = { version = "5.6.0", path = "../registry", features = [
"build-package",
"clap",
"clap",
] }
wasmer-object = { version = "=4.2.0", path = "../object", optional = true }
virtual-fs = { version = "0.8.0", path = "../virtual-fs", default-features = false, features = [
Expand All @@ -71,7 +71,6 @@ wasmer-deploy-cli = { version = "=0.1.25", default-features = false }
is-terminal = "0.4.7"
colored = "2.0"
anyhow = "1.0"
spinoff = "0.5.4"

# For the function names autosuggestion
distance = "0.4"
Expand All @@ -83,7 +82,6 @@ serde = { version = "1.0.147", features = ["derive"] }
dirs = { version = "4.0" }
serde_json = { version = "1.0" }
target-lexicon = { version = "0.12", features = ["std"] }
prettytable-rs = "0.10.0"
wasmer-toml = { workspace = true }
indexmap = "1.9.2"
walkdir = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/virtual-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pin-project-lite = "0.2.9"
futures-util = { version = "0.3" }
anyhow = "1.0"
tokio-serde = { version = "0.8", features = [ "bincode" ], optional = true }
tokio-util = { version = "0.6", features = ["codec"], optional = true }
tokio-util = { version = "0.7.8", features = ["codec"], optional = true }
hyper-tungstenite = { version = "0.10", optional = true }
hyper = { version = "0.14", optional = true }
tokio-tungstenite = { version = "0.19", optional = true }
Expand Down
Loading

0 comments on commit 0a8d49d

Please sign in to comment.