From cc5568ec74010018e668ca06d97b0c7b8fa954bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:54:21 +0000 Subject: [PATCH] Bump tinyagents from 1.3.0 to 1.7.1 Bumps [tinyagents](https://github.com/tinyhumansai/tinyagents) from 1.3.0 to 1.7.1. - [Commits](https://github.com/tinyhumansai/tinyagents/compare/v1.3.0...v1.7.1) --- updated-dependencies: - dependency-name: tinyagents dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6b8874..39a0b01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1339,11 +1339,12 @@ dependencies = [ [[package]] name = "tinyagents" -version = "1.3.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3ebc9790a96fe910c98c60758fad23bd33faeb77889bc2355e6dc3f5aa70e0c" +checksum = "9fcab4dcd797f2ad03aac83c6525fe4d614af637441ae52018711a2119b74de8" dependencies = [ "async-trait", + "bytes", "futures", "reqwest", "serde",