Skip to content

Commit 2e5ecba

Browse files
chore(deps): bump rand from 0.9.2 to 0.10.0
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca9c71e commit 2e5ecba

File tree

2 files changed

+228
-7
lines changed

2 files changed

+228
-7
lines changed

Cargo.lock

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

portmapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libc = "0.2.139"
2727
netwatch = { version = "0.14.0", path = "../netwatch" }
2828
n0-error = "0.1.2"
2929
num_enum = "0.7"
30-
rand = "0.9"
30+
rand = "0.10"
3131
serde = { version = "1.0.185", features = ["derive", "rc"] }
3232
smallvec = "1.11.1"
3333
socket2 = "0.6"

0 commit comments

Comments
 (0)