diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/web/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 5568e9a6f..c4e8ae8a7 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" async-trait = "0.1.51" base64 = "0.13.0" deno_core = { version = "0.105.0", path = "../../core" } -encoding_rs = "0.8.28" +encoding_rs = "0.8.29" serde = "1.0.129" tokio = { version = "1.10.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4", "serde"] } |