Skip to content

Commit 4530db9

Browse files
deps: bump rand_core from 0.6.4 to 0.9.3
Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.6.4 to 0.9.3. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.6.4...v0.9.3) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aad1f8e commit 4530db9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/autonat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ quick-protobuf = "0.8"
3030
tracing = { workspace = true }
3131
quick-protobuf-codec = { workspace = true }
3232
rand = "0.8"
33-
rand_core = { version = "0.6", optional = true }
33+
rand_core = { version = "0.9", optional = true }
3434
thiserror = { workspace = true, optional = true }
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)