update some dependencies

This commit is contained in:
2022-04-17 22:32:59 +02:00
parent 2839fe5be4
commit a5edeb21d8
2 changed files with 259 additions and 273 deletions

528
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,9 +11,9 @@ native = ["wasmtime"]
browser = ["warp", "tokio", "tokio-stream", "webbrowser"]
[dependencies]
wasmtime = { version = "0.34", optional = true }
wasmtime = { version = "0.35.3", optional = true }
anyhow = "1"
minifb = { version = "0.20", default-features = false, features = ["x11"] }
minifb = { version = "0.22", default-features = false, features = ["x11"] }
notify = "4"
pico-args = "0.4"
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "aac7bbd" }