From 29a6a747409bb41c1360304ddb97ca926f8db97f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 18:47:12 +0000 Subject: [PATCH] chore(deps): update rig-core requirement from 0.10.0 to 0.12.0 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.10.0...rig-core-v0.12.0) --- updated-dependencies: - dependency-name: rig-core dependency-version: 0.12.0 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 dc52da38..a7e46b14 100644 --- a/examples/rig-integration/Cargo.toml +++ b/examples/rig-integration/Cargo.toml @@ -12,7 +12,7 @@ categories = { workspace = true } readme = { workspace = true } [dependencies] -rig-core = "0.10.0" +rig-core = "0.12.0" tokio = { version = "1", features = ["full"] } rmcp = { path = "../../crates/rmcp", features = [ "client",