Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolobara committed Aug 3, 2022
1 parent 7207102 commit 0e58000
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 54 deletions.
108 changes: 56 additions & 52 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ distributed-quinn = ["lunatic-distributed/quic-quinn"]

[dependencies]
anyhow = "^1.0"
clap = { version = "^3.0", features = ["cargo"] }
clap = { version = "^3.2", features = ["cargo"] }
lazy_static = "^1.4"
tokio = { version = "^1.20", features = ["macros", "rt-multi-thread", "net", "time"] }
wasmtime = "^0.39"
wasmtime-wasi = "^0.39"
wasi-common = "^0.39"
wasmparser = "^0.81"
wasmparser = "^0.88"
env_logger = "^0.9"
log = "^0.4"
serde = "^1.0"
Expand Down

0 comments on commit 0e58000

Please sign in to comment.