diff options
author | Luca Casonato <hello@lcas.dev> | 2021-09-02 23:38:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 23:38:44 +0200 |
commit | 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (patch) | |
tree | e92ed4d8cce51a38d8e728e5d4108edca018231d /ext/web | |
parent | c84532b6d5a424694c519260f0cf407b1d8ba604 (diff) |
chore: update dependencies (#11856)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
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 521bbca88..da2f4e224 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -14,12 +14,12 @@ description = "Collection of Web APIs" path = "lib.rs" [dependencies] -async-trait = "0.1.50" +async-trait = "0.1.51" base64 = "0.13.0" deno_core = { version = "0.98.0", path = "../../core" } encoding_rs = "0.8.28" -serde = "1.0" -tokio = { version = "1.8.1", features = ["full"] } +serde = "1.0.129" +tokio = { version = "1.10.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4", "serde"] } [dev-dependencies] |