diff --git a/Cargo.toml b/Cargo.toml index 0496343..c377595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ anyhow = "1.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } url = "2.3" -mysql_async_wasi = "0.31" +mysql_async_wasi = "=0.31.5" hyper_wasi = { version = "0.15", features = ["full"] } -tokio_wasi = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] } +tokio_wasi = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] } \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 81970cc..20e4863 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN <