Skip to content

Commit 1a97b1f

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [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...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d05ed07 commit 1a97b1f

File tree

2 files changed

+78
-16
lines changed

2 files changed

+78
-16
lines changed

Cargo.lock

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

rust/timsquery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tracing-bunyan-formatter = "0.3.10"
1212
tracing-chrome = "0.7.2"
1313

1414
# These are only used for benchmarks
15-
rand = { version = "0.8.5", optional = true }
15+
rand = { version = "0.9.1", optional = true }
1616
rand_chacha = { version = "0.3.1", optional = true }
1717

1818
# Workspace-inherited deps

0 commit comments

Comments
 (0)