Update dependencies.

This commit is contained in:
Dan Gohman
2019-11-08 10:44:48 -08:00
parent 7ac115d632
commit 9af562c1ff
4 changed files with 7 additions and 7 deletions

View File

@@ -17,18 +17,18 @@ cranelift-entity = { version = "0.49", features = ["enable-serde"] }
cranelift-wasm = { version = "0.49", features = ["enable-serde"] } cranelift-wasm = { version = "0.49", features = ["enable-serde"] }
lightbeam = { path = "../lightbeam", optional = true } lightbeam = { path = "../lightbeam", optional = true }
indexmap = "1.0.2" indexmap = "1.0.2"
rayon = "1.1" rayon = "1.2"
thiserror = "1.0.4" thiserror = "1.0.4"
directories = "2.0.1" directories = "2.0.1"
sha2 = "0.8.0" sha2 = "0.8.0"
base64 = "0.10.1" base64 = "0.11.0"
serde = { version = "1.0.94", features = ["derive"] } serde = { version = "1.0.94", features = ["derive"] }
bincode = "1.1.4" bincode = "1.1.4"
lazy_static = "1.3.0" lazy_static = "1.3.0"
spin = "0.5.0" spin = "0.5.0"
log = { version = "0.4.8", default-features = false } log = { version = "0.4.8", default-features = false }
zstd = "0.4" zstd = "0.5"
toml = "0.5" toml = "0.5.5"
file-per-thread-logger = "0.1.1" file-per-thread-logger = "0.1.1"
[target.'cfg(target_os = "windows")'.dependencies] [target.'cfg(target_os = "windows")'.dependencies]

View File

@@ -10,7 +10,7 @@ publish = false
edition = "2018" edition = "2018"
[dependencies] [dependencies]
smallvec = "0.6" smallvec = "1.0.0"
dynasm = "0.5.1" dynasm = "0.5.1"
dynasmrt = "0.5.1" dynasmrt = "0.5.1"
wasmparser = "0.39.1" wasmparser = "0.39.1"

View File

@@ -43,7 +43,7 @@ wasmtime-jit = { path = "../jit" }
wasmtime-wasi = { path = "../wasi" } wasmtime-wasi = { path = "../wasi" }
wasmtime = { path = "../api" } wasmtime = { path = "../api" }
cranelift-codegen = "0.49" cranelift-codegen = "0.49"
target-lexicon = "0.8.1" target-lexicon = "0.9.0"
pretty_env_logger = "0.3.0" pretty_env_logger = "0.3.0"
tempfile = "3.1.0" tempfile = "3.1.0"
os_pipe = "0.9" os_pipe = "0.9"