Skip to content

Commit

Permalink
Remove unused dependencies (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Dec 30, 2024
1 parent ce4a7ba commit 4bb6b69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion aws-lc-fips-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ bindgen = { version = "0.69.5", optional = true }
bindgen = { version = "0.69.5" }

[dependencies]
libc = "0.2.121"
paste = "1.0.11"

[dev-dependencies]
Expand Down
4 changes: 1 addition & 3 deletions aws-lc-rs-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ bindgen = ["aws-lc-rs/bindgen"]
fips = ["aws-lc-rs/fips"]
asan = ["aws-lc-rs/asan"]

[dependencies]
[dev-dependencies]
aws-lc-rs = { version = "1.0", path = "../aws-lc-rs", features = ["ring-sig-verify", "unstable"] }
untrusted = { version = "0.7.1" }

[dev-dependencies]
paste = "1.0.11"
criterion = { version = "0.5.0", features = ["csv_output"] }
ring = "0.17"
Expand Down
1 change: 0 additions & 1 deletion aws-lc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ bindgen = { version = "0.69.5", optional = true }
bindgen = { version = "0.69.5" }

[dependencies]
libc = "0.2.121"
paste = "1.0.11"

[package.metadata.aws-lc-sys]
Expand Down

0 comments on commit 4bb6b69

Please sign in to comment.