Skip to content

Commit

Permalink
deps(cargo): bump the rust group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the rust group with 3 updates: [twitch_api](https://github.com/twitch-rs/twitch_api), [twitch-pubsub](https://github.com/Nerixyz/twitch-pubsub-rs) and [rand](https://github.com/rust-random/rand).


Updates `twitch_api` from `8dbaddc` to `0c91508`
- [Release notes](https://github.com/twitch-rs/twitch_api/releases)
- [Commits](twitch-rs/twitch_api@8dbaddc...0c91508)

Updates `twitch-pubsub` from `69d6a9b` to `ce2cd16`
- [Commits](Nerixyz/twitch-pubsub-rs@69d6a9b...ce2cd16)

Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: twitch_api
  dependency-type: direct:production
  dependency-group: rust
- dependency-name: twitch-pubsub
  dependency-type: direct:production
  dependency-group: rust
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 63df6aa commit 18e068d
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 33 deletions.
145 changes: 113 additions & 32 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ itertools = "0.14.0"
paste = "1.0"
base64 = "0.22"
hex = "0.4"
rand = "0.8"
rand = "0.9"
regex = "1.11"
percent-encoding = "2.3"
either = "1.13"
Expand Down

0 comments on commit 18e068d

Please sign in to comment.