From d18de4529363d4bfe72f9e76d572d393a5d148a9 Mon Sep 17 00:00:00 2001 From: Hare Date: Fri, 1 May 2026 23:50:14 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev-deps=E3=81=AE=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .insomnia/manifest.toml | 1 + crates/pod/Cargo.toml | 3 --- crates/session-store/Cargo.toml | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.insomnia/manifest.toml b/.insomnia/manifest.toml index e842bb1e..d3484a2b 100644 --- a/.insomnia/manifest.toml +++ b/.insomnia/manifest.toml @@ -1,2 +1,3 @@ [memory] extract_threshold = 10000 +consolidation_threshold_files = 10 diff --git a/crates/pod/Cargo.toml b/crates/pod/Cargo.toml index 241b94fa..597d8558 100644 --- a/crates/pod/Cargo.toml +++ b/crates/pod/Cargo.toml @@ -30,12 +30,9 @@ memory = { workspace = true } uuid = { workspace = true, features = ["v7"] } [dev-dependencies] -async-trait = { workspace = true } dotenv = "0.15.0" futures = { workspace = true } -session-store = { workspace = true } tempfile = { workspace = true } -tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] } [build-dependencies] toml = { workspace = true } diff --git a/crates/session-store/Cargo.toml b/crates/session-store/Cargo.toml index 9bcb9df1..3867f11d 100644 --- a/crates/session-store/Cargo.toml +++ b/crates/session-store/Cargo.toml @@ -18,7 +18,6 @@ hex = "0.4.3" protocol = { workspace = true } [dev-dependencies] -tokio = { workspace = true, features = ["macros", "rt-multi-thread", "fs", "io-util"] } +tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } tempfile = { workspace = true } futures = { workspace = true } -async-trait = { workspace = true }