Skip to content

Commit 786ffa7

Browse files
build(deps): bump the dependencies group with 4 updates (#294)
Bumps the dependencies group with 4 updates: [chrono](https://github.com/chronotope/chrono), [tokio](https://github.com/tokio-rs/tokio), [clap](https://github.com/clap-rs/clap) and [toml](https://github.com/toml-rs/toml). Updates `chrono` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.43) Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `clap` from 4.5.53 to 4.5.56 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.53...clap_complete-v4.5.56) Updates `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e952df commit 786ffa7

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -13,14 +13,14 @@ lto = true
1313
[workspace.dependencies]
1414
anyhow = "1.0.100"
1515
async-trait = "0.1.89"
16-
chrono = { version = "0.4.42", features = ["serde"] }
16+
chrono = { version = "0.4.43", features = ["serde"] }
1717
reqwest = { version = "0.12.24", features = ["json"] }
1818
riichi_hand = "0.7.0"
1919
scraper = "0.25.0"
2020
serde = "1.0.228"
21-
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
21+
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
2222
slug = "0.1.6"
23-
clap = { version = "4.5.53", features = ["derive", "env"] }
23+
clap = { version = "4.5.56", features = ["derive", "env"] }
2424
env_logger = "0.11.6"
2525
log = "0.4.29"
2626
num-bigint = "0.4.6"

chombot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env_logger.workspace = true
2424
num-bigint.workspace = true
2525
itertools.workspace = true
2626
poise.workspace = true
27-
toml = "0.9.10"
27+
toml = "0.9.11"
2828
chombot-common = { path = "../chombot-common" }
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)