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"