From fc3150fcff28146f9ca7ad255433e670308aa1fa Mon Sep 17 00:00:00 2001 From: Agent IX Date: Sun, 21 Jun 2026 10:35:50 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20release=20v0.7.9=20=E2=80=94=20bump=20?= =?UTF-8?q?quire-rs=20to=20v0.11.0=20(FR-041)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 722ff8e..45f88ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,8 +969,8 @@ dependencies = [ [[package]] name = "quire-rs" -version = "0.10.0" -source = "git+https://github.com/agent-ix/quire-rs?tag=v0.10.0#44e1bdc3f61cbc07351f478e328e4dca48ebefb3" +version = "0.11.0" +source = "git+https://github.com/agent-ix/quire-rs?tag=v0.11.0#6a3a4d39b0556e7dab189812e792fb4296e9f28f" dependencies = [ "ignore", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 31fbc90..3038ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ name = "quire" path = "src/main.rs" [dependencies] -quire-rs = { git = "https://github.com/agent-ix/quire-rs", tag = "v0.10.0" } +quire-rs = { git = "https://github.com/agent-ix/quire-rs", tag = "v0.11.0" } clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"] } serde_json = "1"