Skip to content

Commit 65126ea

Browse files
build(deps): bump rand from 0.8.5 to 0.8.6 in /src/virtual-worker
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3928d4 commit 65126ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/virtual-worker/Cargo.lock

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

src/virtual-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
rand = "0.8.5"
9+
rand = "0.8.6"
1010
reqwest = { version = "0.12.5", features = ["blocking"] }
1111
serde = { version = "1.0.204", features = ["derive"] }
1212
serde_json = "1.0.120"

0 commit comments

Comments
 (0)