From e59cabcb1f5ee977d6a92b95a3e2992ae0e39d72 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 8 Jan 2024 09:51:05 -0600 Subject: [PATCH] Move trillium-rustls to dev-dependencies --- integration_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 9fe667f58..52245d024 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -39,7 +39,6 @@ serde.workspace = true serde_json = "1.0.110" testcontainers.workspace = true tokio.workspace = true -trillium-rustls.workspace = true trillium-tokio.workspace = true url.workspace = true uuid.workspace = true @@ -50,3 +49,4 @@ divviup-client = { version = "0.1", features = ["admin"] } janus_collector = { workspace = true, features = ["test-util"] } rstest.workspace = true tempfile = "3" +trillium-rustls.workspace = true