From a195c75033eeed983c55f3ca9228b134f84c7651 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 9 Feb 2021 15:34:34 +0100 Subject: chore: update dependencies (#9455) --- op_crates/crypto/Cargo.toml | 2 +- op_crates/fetch/Cargo.toml | 6 +++--- op_crates/web/Cargo.toml | 4 ++-- op_crates/websocket/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'op_crates') diff --git a/op_crates/crypto/Cargo.toml b/op_crates/crypto/Cargo.toml index 6796c8f41..c00ce9177 100644 --- a/op_crates/crypto/Cargo.toml +++ b/op_crates/crypto/Cargo.toml @@ -15,5 +15,5 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.78.0", path = "../../core" } -rand = "0.8.2" +rand = "0.8.3" diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml index 6b350c088..9af8da581 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" bytes = "1.0.1" deno_core = { version = "0.78.0", path = "../../core" } reqwest = { version = "0.11.0", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } -serde = { version = "1.0.121", features = ["derive"] } -tokio = { version = "1.1.1", features = ["full"] } -tokio-stream = "0.1.2" +serde = { version = "1.0.123", features = ["derive"] } +tokio = { version = "1.2.0", features = ["full"] } +tokio-stream = "0.1.3" tokio-util = "0.6.2" diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index 413fac7f9..7b84307d2 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -15,8 +15,8 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.78.0", path = "../../core" } -idna = "0.2.0" -serde = { version = "1.0.121", features = ["derive"] } +idna = "0.2.1" +serde = { version = "1.0.123", features = ["derive"] } [dev-dependencies] futures = "0.3.12" diff --git a/op_crates/websocket/Cargo.toml b/op_crates/websocket/Cargo.toml index 915991587..be6983507 100644 --- a/op_crates/websocket/Cargo.toml +++ b/op_crates/websocket/Cargo.toml @@ -16,8 +16,8 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.78.0", path = "../../core" } http = "0.2.3" -serde = { version = "1.0.121", features = ["derive"] } -tokio = { version = "1.1.1", features = ["full"] } +serde = { version = "1.0.123", features = ["derive"] } +tokio = { version = "1.2.0", features = ["full"] } tokio-rustls = "0.22.0" tokio-tungstenite = "0.13.0" webpki = "0.21.4" -- cgit v1.2.3