11[package ]
22name = " enarx"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44edition = " 2021"
55description = " Tools for deploying WebAssembly into Enarx Keeps"
66authors = [" The Enarx Project Developers" ]
@@ -28,7 +28,7 @@ clap = { version = "3.1", features = ["env", "derive", "std"], default-features
2828colorful = { version = " 0.2" , default-features = false }
2929dirs = { version = " 4.0" , default-features = false }
3030drawbridge-client = { version = " 0.2.0" , default-features = false }
31- enarx-exec-wasmtime = { version = " 0.6.1 " , path = " crates/exec-wasmtime" , default-features = false }
31+ enarx-exec-wasmtime = { version = " 0.6.2 " , path = " crates/exec-wasmtime" , default-features = false }
3232enarx-config = { version = " 0.6" , path = " crates/enarx-config" , default-features = false }
3333env_logger = { version = " 0.9" , default-features = false }
3434keyring = { version = " 1.1.2" , default-features = false }
@@ -59,7 +59,7 @@ nbytes = { version = "0.1", default-features = false }
5959primordial = { version = " 0.5" , features = [" alloc" ], default-features = false }
6060protobuf = { version = " 2.22" , default-features = false }
6161rand = { version = " 0.8" , features = [" std" , " std_rng" ], default-features = false }
62- sallyport = { version = " 0.6.1 " , path = " crates/sallyport" , default-features = false }
62+ sallyport = { version = " 0.6.2 " , path = " crates/sallyport" , default-features = false }
6363semver = { version = " 1.0" , default-features = false }
6464sgx = { version = " 0.5.0" , features = [" rcrypto" ], default-features = false }
6565static_assertions = { version = " 1.1.0" , default-features = false }
@@ -68,9 +68,9 @@ vdso = { version = "0.2", default-features = false }
6868x86_64 = { version = " 0.14.9" , default-features = false }
6969
7070# binary dependencies
71- enarx-exec-wasmtime = { version = " 0.6.1 " , path = " crates/exec-wasmtime" , artifact = " bin" , target = " x86_64-unknown-linux-musl" , default-features = false }
72- enarx-shim-kvm = { version = " 0.6.1 " , path = " crates/shim-kvm" , artifact = " bin" , target = " x86_64-unknown-none" , default-features = false }
73- enarx-shim-sgx = { version = " 0.6.1 " , path = " crates/shim-sgx" , artifact = " bin" , target = " x86_64-unknown-none" , default-features = false }
71+ enarx-exec-wasmtime = { version = " 0.6.2 " , path = " crates/exec-wasmtime" , artifact = " bin" , target = " x86_64-unknown-linux-musl" , default-features = false }
72+ enarx-shim-kvm = { version = " 0.6.2 " , path = " crates/shim-kvm" , artifact = " bin" , target = " x86_64-unknown-none" , default-features = false }
73+ enarx-shim-sgx = { version = " 0.6.2 " , path = " crates/shim-sgx" , artifact = " bin" , target = " x86_64-unknown-none" , default-features = false }
7474
7575[build-dependencies ]
7676protobuf-codegen-pure = { version = " 2.27" , default-features = false }
0 commit comments