Skip to content

Commit

Permalink
Update rand requirement from 0.8 to 0.9 in /codec
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.0...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 3426086 commit d53c6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cli-clipboard = { version = "0.4", default-features = false, optional = true }
clap = { version = "4.5", default-features = false, features = ["derive", "help", "color", "error-context", "suggestions", "usage"], optional = true }

[dev-dependencies]
rand = { version = "0.8", default-features = false, features = ["alloc", "std", "std_rng"] }
rand = { version = "0.9", default-features = false, features = ["alloc", "std", "std_rng"] }
unicode-segmentation = { version = "1.12", features = ["no_std"] }

[features]
Expand Down

0 comments on commit d53c6e0

Please sign in to comment.