Skip to content

Commit d387d9e

Browse files
build(deps): bump the dependencies group with 4 updates (#281)
Bumps the dependencies group with 4 updates: [reqwest](https://github.com/seanmonstar/reqwest), [tokio](https://github.com/tokio-rs/tokio), [clap](https://github.com/clap-rs/clap) and [toml](https://github.com/toml-rs/toml). Updates `reqwest` from 0.12.23 to 0.12.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.23...v0.12.24) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) Updates `clap` from 4.5.48 to 4.5.51 - [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.48...clap_complete-v4.5.51) Updates `toml` from 0.9.7 to 0.9.8 - [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.8) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: toml dependency-version: 0.9.8 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 99f6561 commit d387d9e

File tree

3 files changed

+40
-90
lines changed

3 files changed

+40
-90
lines changed

Cargo.lock

Lines changed: 36 additions & 86 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
@@ -14,13 +14,13 @@ lto = true
1414
anyhow = "1.0.100"
1515
async-trait = "0.1.89"
1616
chrono = { version = "0.4.42", features = ["serde"] }
17-
reqwest = { version = "0.12.23", features = ["json"] }
17+
reqwest = { version = "0.12.24", features = ["json"] }
1818
riichi_hand = "0.6.3"
1919
scraper = "0.22.0"
2020
serde = "1.0.228"
21-
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
21+
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
2222
slug = "0.1.6"
23-
clap = { version = "4.5.48", features = ["derive", "env"] }
23+
clap = { version = "4.5.51", features = ["derive", "env"] }
2424
env_logger = "0.11.6"
2525
log = "0.4.28"
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.7"
27+
toml = "0.9.8"
2828
chombot-common = { path = "../chombot-common" }
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)