From 2de6c67d04bce1e0721f6ecc3a85a34ddac999a4 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Fri, 20 Dec 2024 15:55:54 -0500 Subject: [PATCH] Remove unused dependencies --- aws-lc-fips-sys/Cargo.toml | 1 - aws-lc-rs-testing/Cargo.toml | 4 +--- aws-lc-sys/Cargo.toml | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/aws-lc-fips-sys/Cargo.toml b/aws-lc-fips-sys/Cargo.toml index 5d9155c20e8..0f214dd524e 100644 --- a/aws-lc-fips-sys/Cargo.toml +++ b/aws-lc-fips-sys/Cargo.toml @@ -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] diff --git a/aws-lc-rs-testing/Cargo.toml b/aws-lc-rs-testing/Cargo.toml index 4b4abb815c8..a2537dd05ca 100644 --- a/aws-lc-rs-testing/Cargo.toml +++ b/aws-lc-rs-testing/Cargo.toml @@ -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" diff --git a/aws-lc-sys/Cargo.toml b/aws-lc-sys/Cargo.toml index 28cf872205a..9eb3803f4a7 100644 --- a/aws-lc-sys/Cargo.toml +++ b/aws-lc-sys/Cargo.toml @@ -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]