Skip to content

Commit 55139b7

Browse files
Bump rand from 0.10.0 to 0.10.1 (#106)
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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 641bc06 commit 55139b7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

src/hyperlight-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
5757
opentelemetry-otlp = { version = "0.31.1", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }
5858
opentelemetry-semantic-conventions = "0.31"
5959
plotters = { version = "0.3.5", default-features = false, features = ["svg_backend"] }
60-
rand = "0.10.0"
60+
rand = "0.10.1"
6161
serde_json = { version = "1.0" }
6262
tempfile = "3.27"
6363
tracing-forest = { version = "0.3.1", features = ["full"] }

0 commit comments

Comments
 (0)