Skip to content

Commit

Permalink
Update rand requirement from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [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.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent ffcb213 commit 4f8ca86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capnp-rpc/examples/streaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ capnpc = { path = "../../../capnpc" }
[dependencies]
capnp = { path = "../../../capnp" }
futures = "0.3.0"
rand = "0.8.5"
rand = "0.9.0"
sha2 = { version = "0.10.8" }
base16 = { version = "0.2" }
tokio = { version = "1.0.0", features = ["net", "rt", "macros"]}
Expand Down
2 changes: 1 addition & 1 deletion example/fill_random_values/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
keywords = ["encoding", "protocol", "serialization"]

[dependencies]
rand = "0.8.5"
rand = "0.9.0"

[dependencies.capnp]
path = "../../capnp"
Expand Down

0 comments on commit 4f8ca86

Please sign in to comment.