diff --git a/Cargo.toml b/Cargo.toml index 16ba8b0..82ca953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,9 +28,9 @@ structopt = "0.3" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio-rustls = "0.22" user-agent-parser = "0.2.7" -wasmtime = "0.23" -wasmtime-wasi = "0.23" -wasi-cap-std-sync = "0.23" +wasmtime = "0.24" +wasmtime-wasi = "0.24" +wasi-cap-std-sync = "0.24" chrono = "0.4" toml = "0.5" serde_derive = "1.0" # why is this needed?