diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-05-13 14:23:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 14:23:39 -0700 |
commit | df879f9f746366ee6bd1dc757514e8e73deddc1d (patch) | |
tree | 3f937918a8816ed64678f1fa7adaae4270d8ddc6 /ext/node | |
parent | 329a8ae0c098619c8f976f2035e5599094cb43f4 (diff) |
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 9edf0d4d8..acc5e758c 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -45,7 +45,6 @@ libc.workspace = true libz-sys.workspace = true md-5 = "0.10.5" md4 = "0.10.2" -nix.workspace = true num-bigint.workspace = true num-bigint-dig = "0.8.2" num-integer = "0.1.45" @@ -72,7 +71,6 @@ signature.workspace = true simd-json = "0.13.4" spki.workspace = true tokio.workspace = true -typenum = "1.15.0" url.workspace = true winapi.workspace = true x25519-dalek = "2.0.0" |