Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [reqwest](https://github.com/seanmonstar/reqwest), [serde](https://github.com/serde-rs/serde), [itertools](https://github.com/rust-itertools/itertools) and [toml](https://github.com/toml-rs/toml).


Updates `reqwest` from 0.11.23 to 0.11.24
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.23...v0.11.24)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `itertools` from 0.12.0 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.12.1)

Updates `toml` from 0.8.8 to 0.8.9
- [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.9)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and m4tx committed Feb 1, 2024
1 parent 33d36b8 commit dd263fa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
35 changes: 21 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ anyhow = "1.0.79"
async-trait = "0.1.77"
chrono = { version = "0.4.33", features = ["serde"] }
image = { version = "0.24.8", default-features = false, features = ["png"] }
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.11.24", features = ["json"] }
riichi_hand = "0.6.1"
scraper = "0.18.1"
serde = "1.0.195"
serde = "1.0.196"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
slug = "0.1.5"
clap = { version = "4.4.18", features = ["derive", "env"] }
env_logger = "0.10.2"
log = "0.4.20"
num-bigint = "0.4.4"
itertools = "0.12.0"
itertools = "0.12.1"
poise = "0.6.1"
2 changes: 1 addition & 1 deletion chombot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env_logger.workspace = true
num-bigint.workspace = true
itertools.workspace = true
poise.workspace = true
toml = "0.8.8"
toml = "0.8.9"
chombot-common = { path = "../chombot-common" }

[dev-dependencies]
Expand Down

0 comments on commit dd263fa

Please sign in to comment.