Update to mysql_async_wasi 0.31

Required by changes to an upstream crate

Signed-off-by: Michael Yuan <michael@secondstate.io>

Signed-off-by: Michael Yuan <michael@secondstate.io>
pull/383/head
Michael Yuan 11 months ago committed by GitHub
parent e6b1d2755f
commit 04a41c4c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wasmedge-mysql-nginx/backend/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.30"
mysql_async_wasi = "0.31"
hyper_wasi = { version = "0.15", features = ["full"] }
tokio_wasi = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }

Loading…
Cancel
Save