From 2a3faffe2f08378e9ab96eb02c15203c27e8016a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:04:40 +0000 Subject: [PATCH] chore(deps): update rig-core requirement from 0.15.1 to 0.18.2 Updates the requirements on [rig-core](https://github.com/0xPlaygrounds/rig) to permit the latest version. - [Release notes](https://github.com/0xPlaygrounds/rig/releases) - [Commits](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.15.1...rig-core-v0.18.2) --- updated-dependencies: - dependency-name: rig-core dependency-version: 0.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rig-integration/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rig-integration/Cargo.toml b/examples/rig-integration/Cargo.toml index a472086d..ca44b7f3 100644 --- a/examples/rig-integration/Cargo.toml +++ b/examples/rig-integration/Cargo.toml @@ -13,7 +13,7 @@ readme = { workspace = true } publish = false [dependencies] -rig-core = "0.15.1" +rig-core = "0.18.2" tokio = { version = "1", features = ["full"] } rmcp = { workspace = true, features = [ "client",