diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/Cargo.lock b/Cargo.lock index 578ceac1c..8ecca48c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,12 +433,6 @@ dependencies = [ ] [[package]] -name = "block-modes" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2211b0817f061502a8dd9f11a37e879e79763e3c698d2418cf824d8cb2f21e" - -[[package]] name = "block-padding" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -829,7 +823,6 @@ dependencies = [ "deno_semver", "deno_task_shell", "dissimilar", - "dotenv", "dprint-plugin-json", "dprint-plugin-markdown", "dprint-plugin-typescript", @@ -1021,7 +1014,6 @@ dependencies = [ "aes-gcm", "aes-kw", "base64 0.13.1", - "block-modes", "cbc", "const-oid", "ctr", @@ -1096,7 +1088,6 @@ dependencies = [ "reqwest", "serde", "tokio", - "tokio-stream", "tokio-util", ] @@ -1200,7 +1191,6 @@ dependencies = [ "deno_core", "filetime", "fs3", - "nix", "once_cell", "tokio", "winapi", @@ -1335,7 +1325,6 @@ dependencies = [ "serde", "sha-1", "sha2", - "sha3", "signature 1.6.4", "tokio", "typenum", @@ -1487,7 +1476,6 @@ dependencies = [ "deno_core", "deno_webidl", "serde", - "serde_repr", "urlpattern", ] @@ -1671,12 +1659,6 @@ dependencies = [ ] [[package]] -name = "dotenv" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" - -[[package]] name = "dprint-core" version = "0.62.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2812,15 +2794,6 @@ dependencies = [ ] [[package]] -name = "keccak" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768" -dependencies = [ - "cpufeatures", -] - -[[package]] name = "kqueue" version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -4529,16 +4502,6 @@ dependencies = [ ] [[package]] -name = "sha3" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9" -dependencies = [ - "digest 0.10.6", - "keccak", -] - -[[package]] name = "shell-escape" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -5301,7 +5264,6 @@ version = "0.1.0" dependencies = [ "anyhow", "async-stream", - "atty", "base64 0.13.1", "console_static_text", "fastwebsockets", @@ -6433,9 +6395,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.7+zstd.1.5.4" +version = "2.0.8+zstd.1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" +checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" dependencies = [ "cc", "libc", |