Skip to content

Commit 468aead

Browse files
dependabot[bot]stacksjb
authored andcommitted
Bump the rust-dependencies group across 1 directory with 3 updates
Bumps the rust-dependencies group with 3 updates in the / directory: [serde_json](https://github.com/serde-rs/json), [tokio](https://github.com/tokio-rs/tokio) and [assert_cmd](https://github.com/assert-rs/assert_cmd). 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 `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_cmd` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.2.1...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: rust-dependencies - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: assert_cmd dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0c4ad6 commit 468aead

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ edition = "2024"
66
[dependencies]
77
directories = "6.0.0"
88
serde = { version = "1.0.228", features = ["derive"] }
9-
serde_json = "1.0.149"
9+
serde_json = "1.0.150"
1010
termion = "4.0.6"
1111
prettytable = "0.10.0"
1212
inquire = "0.9.4"
1313
textwrap = "0.16.2"
1414
rodio = "0.22.2"
15-
tokio = { version = "1.52.1", features = ["full"] }
15+
tokio = { version = "1.52.3", features = ["full"] }
1616
anyhow = "1.0.102"
1717
csv = "1.4.0"
1818

1919

2020
[dev-dependencies]
21-
assert_cmd = "2.2.1"
21+
assert_cmd = "2.2.2"
2222
serial_test = "3.4.0"
2323
tempfile = "3.27.0"

0 commit comments

Comments
 (0)