From 6fa68f08826e617ee845527dbd329b1e712e573e Mon Sep 17 00:00:00 2001 From: Lifei Zhou Date: Wed, 22 Apr 2026 21:27:41 +1000 Subject: [PATCH 1/2] removed hardcoded dependency --- crates/goose/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/goose/Cargo.toml b/crates/goose/Cargo.toml index c118bedc1e95..7776b6eb0808 100644 --- a/crates/goose/Cargo.toml +++ b/crates/goose/Cargo.toml @@ -190,7 +190,7 @@ pem = { version = "3", optional = true } pkcs1 = { version = "0.7", default-features = false, features = ["pkcs8"], optional = true } pkcs8 = { version = "0.10", default-features = false, features = ["alloc"], optional = true } sec1 = { version = "0.7", default-features = false, features = ["der", "pkcs8"], optional = true } -goose-acp-macros = { version = "1.31.0", path = "../goose-acp-macros" } +goose-acp-macros = { path = "../goose-acp-macros" } tower-http = { workspace = true, features = ["cors"] } http-body-util = "0.1.3" From ce2cd9b8a941f6e30ec7d8498cf4080e09fd25ba Mon Sep 17 00:00:00 2001 From: Lifei Zhou Date: Wed, 22 Apr 2026 21:41:47 +1000 Subject: [PATCH 2/2] =?UTF-8?q?update=20rustls-webpki=200.103.12=20?= =?UTF-8?q?=E2=86=92=200.103.13=20to=20apply=20security=20patch=20RUSTSEC-?= =?UTF-8?q?2026-0104?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 328768afa82d..bb980f3b41a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8263,9 +8263,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.12" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "aws-lc-rs", "ring",