Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
chore(deps): update rand requirement from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [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: rand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 9e1ecb8 commit e0906d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xp-bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ tokio = { version = "1", features = ["full"] }
base64 = "0.22.1"
chrono = "0.4.26"
serde_json = "1.0.104"
rand = "0.8.5"
rand = "0.9.0"
chrono-humanize = "0.2.3"
regex = "1.9.4"

0 comments on commit e0906d4

Please # to comment.