Skip to content

Commit 9ca6877

Browse files
build(deps): bump rand from 0.10.0 to 0.10.1 in /bindings/ffi
Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.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.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbf7ad7 commit 9ca6877

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ icu_casemap = { version = "2.1", optional = true, default-features = false, feat
122122

123123
serde_yaml = {version = "0.9.16", default-features = false, optional = true }
124124
# Specify thread_rng for in order to use random_range
125-
rand = { version = "0.10.0", default-features = false, features = ["thread_rng"], optional = true }
125+
rand = { version = "0.10.1", default-features = false, features = ["thread_rng"], optional = true }
126126

127127
# Causes the project to link with the Spectre-mitigated CRT and libs.
128128
msvc_spectre_libs = { version = "0.1", features = ["error"], optional = true }

bindings/ffi/Cargo.lock

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

0 commit comments

Comments
 (0)