Update dependencies (#5513)

This commit is contained in:
Alphyr
2023-02-14 20:45:15 +01:00
committed by GitHub
parent 49a89f91e5
commit cb150d37ce
8 changed files with 51 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ wasmtime-fiber = { workspace = true, optional = true }
wasmtime-jit-debug = { workspace = true, features = ["gdb_jit_int"] }
libc = { version = "0.2.112", default-features = false }
log = { workspace = true }
memoffset = "0.6.0"
memoffset = "0.8.0"
indexmap = "1.0.2"
cfg-if = "1.0"
rand = { version = "0.8.3", features = ['small_rng'] }