Skip to content

Commit fea91a7

Browse files
build(deps): bump rand from 0.7.3 to 0.8.5 (#97)
Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5. - [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.7.3...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6d854f commit fea91a7

2 files changed

Lines changed: 18 additions & 76 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ default = ["mimalloc"]
3232

3333
[dependencies]
3434
tokio = { version = "1.23", features = ["macros", "rt", "rt-multi-thread", "sync"] }
35-
rand = "0.7"
35+
rand = "0.8"
3636
pyo3 = { version = "~0.17.3", features = ["extension-module", "abi3", "abi3-py37"] }
3737
datafusion = { version = "^15.0.0", features = ["pyarrow", "avro"] }
3838
datafusion-expr = { version = "^15.0.0" }

0 commit comments

Comments
 (0)