Fix log issue in latest Extism pdk (has to match sdk version)

This commit is contained in:
Hendrik Eeckhaut
2024-10-29 17:06:00 +01:00
parent 2a4ddc3eab
commit 0e56be64b1

View File

@@ -9,7 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.89"
base64 = "0.22.1"
extism-pdk = "1.1.0"
## The version needs to be locked to 1.2.0 until Extism in the browser extension is updated
extism-pdk = "=1.2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
spansy = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "45370cc" }