From e6f7bb1c890c586b81c6a124a4dc86a1e3b70052 Mon Sep 17 00:00:00 2001 From: hitalin Date: Tue, 4 Aug 2026 09:08:03 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20notecli=20=E3=82=92=20v0.8.1=20?= =?UTF-8?q?=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.8.0 のレビュー指摘修正 (TimelineKey の path traversal 対策・ per-timeline トリムの writer lock 解放・HTTP エラーの safe_message 化) を 取り込む。API 変更はなく rev の差し替えのみ。 Co-Authored-By: Claude Opus 4.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index deda4e5..7fa8858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ keyring = ["notecli/keyring"] [dependencies] # semver 未安定のため rev ピン。更新は意図的に rev を進める (ARCHITECTURE.md §10) -notecli = { git = "https://github.com/notedeck-dev/notecli.git", rev = "1f68a91a52894c9950bdb107faae61b346f6e260", default-features = false } +notecli = { git = "https://github.com/notedeck-dev/notecli.git", rev = "272edaebf1131b092bb0e111ca21bdb29d079c77", default-features = false } tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal", "sync", "time"] } serde = { version = "1", features = ["derive"] } serde_json = "1"