diff options
author | Florian Klink <flokli@flokli.de> | 2023-09-22T09·59+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-09-22T12·12+0000 |
commit | 7c9a52e3ee99ad14b453a1929c2a5a3a53d51505 (patch) | |
tree | d5b8f6e7d565d6789a55e546d1ac2b494276430c /tvix/nix-compat | |
parent | 8f56e71cba1e40ebf8fa0a7462f7892689115302 (diff) |
chore(tvix): remove some unused crate dependencies r/6627
Change-Id: I31b0e7be3a2ebc268c6f4045ba282e8fb1c72a64 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9375 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com>
Diffstat (limited to 'tvix/nix-compat')
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 47bbeb251742..89aae3d4fad8 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -6,10 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.68" bstr = { version = "1.6.0", features = ["alloc", "unicode", "serde"] } data-encoding = "2.3.3" -glob = "0.3.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10.6" |