diff options
author | Luca Casonato <hello@lcas.dev> | 2022-05-05 12:41:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 12:41:59 +0200 |
commit | 242273e69b5f5add23393e8e96e241696eae88fb (patch) | |
tree | 2605cc3d7728c14c8c81c0a79337658577825fbf /ext/web | |
parent | e04f1f1f34656aed0faac88d63314726235cf4b8 (diff) |
chore: update deps (#14416)
Diffstat (limited to 'ext/web')
-rw-r--r-- | ext/web/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 80348c91b..e32bbf339 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -17,11 +17,11 @@ path = "lib.rs" async-trait = "0.1.51" base64 = "0.13.0" deno_core = { version = "0.132.0", path = "../../core" } -encoding_rs = "0.8.29" +encoding_rs = "0.8.31" flate2 = "1" -serde = "1.0.129" +serde = "1.0.136" tokio = { version = "1.17", features = ["full"] } -uuid = { version = "0.8.2", features = ["v4", "serde"] } +uuid = { version = "1.0.0", features = ["v4", "serde"] } [dev-dependencies] deno_bench_util = { version = "0.44.0", path = "../../bench_util" } |