From 29da95b0706bad9441bfc16601ae0a9c1a96955a Mon Sep 17 00:00:00 2001 From: Teakowa <27560638+Teakowa@users.noreply.github.com> Date: Sun, 27 Sep 2026 03:25:36 +0800 Subject: [PATCH] deps: bump workshop-rs to 0.9.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed43756..7bdcb58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,9 +2082,9 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "workshop-rs" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9df24e98292320aad6046b799781878f8ed80e6be5c431be353d0b7efa72e45" +checksum = "cbf0bbc9b33b87951f863effc905440833d9efcc116f051a116059f0a08610b9" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f746f64..d763c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/wrightkit/wright" [workspace.dependencies] # Canonical Workshop core; SemVer-compatible requirement on the crates.io release. -workshop-rs = "0.9.0" +workshop-rs = "0.9.1" libc = "0.2" serde = "1" serde_json = "1"