Skip to content

Commit 22774de

Browse files
build(deps): bump the cargo-minor-and-patch group across 1 directory with 6 updates
Bumps the cargo-minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.3.1` | `0.3.2` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [assert_fs](https://github.com/assert-rs/assert_fs) | `1.1.3` | `1.1.4` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.0` | `2.2.2` | Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `rmcp` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.3.1...rmcp-v0.3.2) Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.44...v0.4.45) Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) Updates `assert_fs` from 1.1.3 to 1.1.4 - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_fs@v1.1.3...v1.1.4) Updates `assert_cmd` from 2.2.0 to 2.2.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.2.0...v2.2.2) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: rmcp dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: assert_fs dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: assert_cmd dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1f5807 commit 22774de

2 files changed

Lines changed: 16 additions & 209 deletions

File tree

Cargo.lock

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

crates/tj-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ libc = "0.2"
3636
[dev-dependencies]
3737
assert_fs = { workspace = true }
3838
predicates = { workspace = true }
39-
assert_cmd = ">=2, <2.2.1"
39+
assert_cmd = ">=2, <2.2.3"
4040
rusqlite = { workspace = true }

0 commit comments

Comments
 (0)