From 6dd81888b5eb8a89b1b57b651cd18f67d9797b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:12:05 +0000 Subject: [PATCH] chore(deps): update rig-core requirement from 0.15.1 to 0.19.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.15.1...rig-core-v0.19.0) --- updated-dependencies: - dependency-name: rig-core dependency-version: 0.19.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 a472086d..2c10c193 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.19.0" tokio = { version = "1", features = ["full"] } rmcp = { workspace = true, features = [ "client",