Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <[email protected]>
  • Loading branch information
rylev committed Aug 29, 2024
1 parent a1fe928 commit 39faf72
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ command-group = "2.1"
ctrlc = { version = "3.2", features = ["termination"] }
dialoguer = "0.10"
dirs = "4.0"
dunce = "1.0"
futures = "0.3"
glob = "0.3.1"
indicatif = "0.17.3"
Expand Down Expand Up @@ -107,7 +106,6 @@ vergen = { version = "^8.2.1", default-features = false, features = [
"gitcl",
"cargo",
] }
wit-component = "0.19.0"

[features]
default = ["llm"]
Expand Down
1 change: 0 additions & 1 deletion crates/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ anyhow = "1"
async-trait = "0.1.52"
bytes = "1.1.0"
dirs = "4.0"
dunce = "1.0"
futures = "0.3.17"
glob = "0.3.0"
indexmap = { version = "1" }
Expand Down
4 changes: 0 additions & 4 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,6 @@ criteria = "safe-to-deploy"
version = "0.15.6"
criteria = "safe-to-deploy"

[[exemptions.dunce]]
version = "1.0.3"
criteria = "safe-to-deploy"

[[exemptions.ed25519]]
version = "1.5.3"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 39faf72

Please sign in to comment.