Skip to content

Commit bbabe31

Browse files
chore(deps): bump the minor group with 5 updates
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [agent-client-protocol-schema](https://github.com/agentclientprotocol/agent-client-protocol) | `0.12.0` | `0.12.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.60` | `1.2.61` | | [libc](https://github.com/rust-lang/libc) | `0.2.185` | `0.2.186` | | [pastey](https://github.com/as1100k/pastey) | `0.2.1` | `0.2.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.3` | Updates `agent-client-protocol-schema` from 0.12.0 to 0.12.1 - [Changelog](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/CHANGELOG.md) - [Commits](agentclientprotocol/agent-client-protocol@v0.12.0...v0.12.1) Updates `cc` from 1.2.60 to 1.2.61 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.60...cc-v1.2.61) Updates `libc` from 0.2.185 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.185...0.2.186) Updates `pastey` from 0.2.1 to 0.2.2 - [Changelog](https://github.com/AS1100K/pastey/blob/master/CHANGELOG.md) - [Commits](AS1100K/pastey@v0.2.1...v0.2.2) Updates `reqwest` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: agent-client-protocol-schema dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: cc dependency-version: 1.2.61 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: libc dependency-version: 0.2.186 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: pastey dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2deb1c commit bbabe31

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tokio = { version = "1.48", features = ["full"] }
3535
tokio-util = { version = "0.7", features = ["compat"] }
3636

3737
# Protocol
38-
agent-client-protocol-schema = { version = "=0.12.0", features = ["tracing"] }
38+
agent-client-protocol-schema = { version = "=0.12.1", features = ["tracing"] }
3939

4040
# Serialization
4141
serde = { version = "1.0", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)