Skip to content

Commit f15bd6e

Browse files
chore(deps): bump rand from 0.9.2 to 0.10.0 in /bots/echidnabot
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.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@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28cf09a commit f15bd6e

2 files changed

Lines changed: 19 additions & 8 deletions

File tree

bots/echidnabot/Cargo.lock

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bots/echidnabot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ thiserror = "2"
5656
anyhow = "1"
5757
tracing = "0.1"
5858
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
59-
rand = "0.9"
59+
rand = "0.10"
6060

6161
# Crypto for webhook verification
6262
hmac = "0.12"

0 commit comments

Comments
 (0)