Skip to content

Commit 65fd91b

Browse files
chore(deps): bump rand
Bumps the cargo group with 1 update in the /ipv6-only directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0fa637 commit 65fd91b

2 files changed

Lines changed: 30 additions & 15 deletions

File tree

ipv6-only/Cargo.lock

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

ipv6-only/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clap = { version = "4", features = ["derive"] }
1515
serde = { version = "1", features = ["derive"] }
1616
serde_json = "1"
1717
thiserror = "1"
18-
rand = "0.8"
18+
rand = "0.9"
1919
hex = "0.4"
2020

2121
[dependencies]

0 commit comments

Comments
 (0)