From eeb112f5f828086d942800bb1ce7a1998d41c1e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:15:34 +0000 Subject: [PATCH] build(deps): bump the minor group with 7 updates Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [schemars](https://github.com/GREsau/schemars) | `1.2.1` | `1.2.2` | | [http](https://github.com/hyperium/http) | `1.4.2` | `1.5.0` | | [displaydoc](https://github.com/yaahc/displaydoc) | `0.2.6` | `0.2.7` | | [rustls](https://github.com/rustls/rustls) | `0.23.42` | `0.23.43` | | [schemars_derive](https://github.com/GREsau/schemars) | `1.2.1` | `1.2.2` | | [serde_derive_internals](https://github.com/serde-rs/serde) | `0.29.1` | `0.30.0` | | [tokio-macros](https://github.com/tokio-rs/tokio) | `2.7.1` | `2.7.2` | Updates `schemars` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v1.2.1...v1.2.2) Updates `http` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.4.2...v1.5.0) Updates `displaydoc` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/displaydoc/compare/v0.2.6...v0.2.7) Updates `rustls` from 0.23.42 to 0.23.43 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.42...v/0.23.43) Updates `schemars_derive` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v1.2.1...v1.2.2) Updates `serde_derive_internals` from 0.29.1 to 0.30.0 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/commits) Updates `tokio-macros` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: http dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: displaydoc dependency-version: 0.2.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: rustls dependency-version: 0.23.43 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: schemars_derive dependency-version: 1.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_derive_internals dependency-version: 0.30.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-macros dependency-version: 2.7.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43926a72..96fe2b90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ "futures-concurrency", "rustc-hash", "rustix", - "schemars 1.2.1", + "schemars 1.2.2", "serde", "serde_json", "shell-words", @@ -48,7 +48,7 @@ dependencies = [ "regex", "rmcp", "rustc-hash", - "schemars 1.2.1", + "schemars 1.2.2", "serde", "serde_json", "strip-ansi-escapes", @@ -66,7 +66,7 @@ dependencies = [ "agent-client-protocol", "agent-client-protocol-rmcp", "rmcp", - "schemars 1.2.1", + "schemars 1.2.2", "serde", "tracing", ] @@ -127,7 +127,7 @@ dependencies = [ "futures", "futures-concurrency", "rmcp", - "schemars 1.2.1", + "schemars 1.2.2", "serde", "serde_json", "tokio", @@ -145,7 +145,7 @@ dependencies = [ "anyhow", "derive_more", "diffy", - "schemars 1.2.1", + "schemars 1.2.2", "serde", "serde_json", "serde_with", @@ -161,7 +161,7 @@ dependencies = [ "anyhow", "http", "rmcp", - "schemars 1.2.1", + "schemars 1.2.2", "serde", "serde_json", "tokio", @@ -835,13 +835,13 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" +checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -1156,9 +1156,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "http" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" +checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" dependencies = [ "bytes", "itoa", @@ -2049,7 +2049,7 @@ dependencies = [ "process-wrap", "reqwest", "rmcp-macros", - "schemars 1.2.1", + "schemars 1.2.2", "serde", "serde_json", "sse-stream", @@ -2103,9 +2103,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.42" +version = "0.23.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" +checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" dependencies = [ "aws-lc-rs", "once_cell", @@ -2220,9 +2220,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" +checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a" dependencies = [ "chrono", "dyn-clone", @@ -2234,14 +2234,14 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" +checksum = "d98c67716b46af2f0b8cf752abc930f6f9aecfbf671ecfb531db8a31dbe4e2ba" dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -2305,13 +2305,13 @@ dependencies = [ [[package]] name = "serde_derive_internals" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" +checksum = "f852137cce035d6a4df67ccce505ff6b3e9fd3a10e3e52b24dc71e650bb1a9bd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -2364,7 +2364,7 @@ dependencies = [ "indexmap 1.9.3", "indexmap 2.14.0", "schemars 0.9.0", - "schemars 1.2.1", + "schemars 1.2.2", "serde_core", "serde_json", "serde_with_macros", @@ -2668,13 +2668,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba" +checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]]