summaryrefslogtreecommitdiff
path: root/op_crates
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates')
-rw-r--r--op_crates/crypto/Cargo.toml2
-rw-r--r--op_crates/fetch/Cargo.toml6
-rw-r--r--op_crates/web/Cargo.toml4
-rw-r--r--op_crates/websocket/Cargo.toml4
4 files changed, 8 insertions, 8 deletions
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"