diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/crypto/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/fetch/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/io/Cargo.toml | 3 | ||||
-rw-r--r-- | ext/node/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/url/Cargo.toml | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index f31cefdb0..ea3da27a9 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -18,7 +18,6 @@ aes.workspace = true aes-gcm = "0.10" aes-kw = { version = "0.2.1", features = ["alloc"] } base64.workspace = true -block-modes = "0.9.1" cbc.workspace = true const-oid = "0.9.0" ctr = "0.9.1" diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 0ecb15c9e..3476af220 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -23,5 +23,4 @@ http.workspace = true reqwest.workspace = true serde.workspace = true tokio.workspace = true -tokio-stream = "0.1.8" tokio-util = { workspace = true, features = ["io"] } diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index dffed9519..5b9d8ac42 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -21,8 +21,5 @@ fs3.workspace = true once_cell.workspace = true tokio.workspace = true -[target.'cfg(unix)'.dependencies] -nix.workspace = true - [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["winbase", "processenv"] } diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index db76b9615..0c0beda65 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -57,7 +57,6 @@ secp256k1 = { version = "0.27.0", features = ["rand-std"] } serde = "1.0.149" sha-1 = "0.10.0" sha2.workspace = true -sha3 = "0.10.5" signature.workspace = true tokio.workspace = true typenum = "1.15.0" diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 45f8ad937..f5d9d68dd 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -16,7 +16,6 @@ path = "lib.rs" [dependencies] deno_core.workspace = true serde.workspace = true -serde_repr.workspace = true urlpattern = "0.2.0" [dev-dependencies] |