Skip to content

Commit 3b4ca61

Browse files
Bump rand from 0.8.4 to 0.8.5 (#684)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 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.8.4...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3d2541 commit 3b4ca61

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

Cargo.lock

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

nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ oximeter-db = { path = "../oximeter/db/" }
3333
parse-display = "0.5.3"
3434
# See omicron-rpaths for more about the "pq-sys" dependency.
3535
pq-sys = "*"
36-
rand = "0.8.4"
36+
rand = "0.8.5"
3737
ref-cast = "1.0"
3838
reqwest = { version = "0.11.8", features = [ "json" ] }
3939
serde_json = "1.0"

sled-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ p256 = "0.9.0"
2222
percent-encoding = "2.1.0"
2323
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
2424
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "0e3798510ae190131f63b9df767ec01b2beacf91" }
25-
rand = { version = "0.8.4", features = ["getrandom"] }
25+
rand = { version = "0.8.5", features = ["getrandom"] }
2626
reqwest = "0.11.8"
2727
schemars = { version = "0.8", features = [ "chrono", "uuid" ] }
2828
serde = { version = "1.0", features = [ "derive" ] }

0 commit comments

Comments
 (0)