Skip to content

Commit e67c19d

Browse files
chore(deps): Bump rand from 0.10.0 to 0.10.1 (#535)
Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.1. - [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.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 016d0f6 commit e67c19d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

avro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ zstd = { default-features = false, version = "0.13.3", optional = true }
7575
quad-rand = { default-features = false, version = "0.2.3" }
7676

7777
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
78-
rand = { default-features = false, version = "0.10.0", features = ["default"] }
78+
rand = { default-features = false, version = "0.10.1", features = ["default"] }
7979

8080
[dev-dependencies]
8181
apache-avro-derive = { default-features = false, version = "0.22.0", path = "../avro_derive" }

0 commit comments

Comments
 (0)