You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

getrandom

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getrandom - cargo Package Compare versions

Comparing version
0.4.0
to
0.4.1
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "35fd5af2ed77b4a103b5b9a5248f0b8cd56c7aaa"
"sha1": "314fd5ab3e6d9ef2ec90243894731865a725417d"
},
"path_in_vcs": ""
}

@@ -48,5 +48,5 @@ # This file is automatically @generated by Cargo.

name = "cc"
version = "1.2.54"
version = "1.2.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
dependencies = [

@@ -71,5 +71,5 @@ "find-msvc-tools",

name = "find-msvc-tools"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"

@@ -109,3 +109,3 @@ [[package]]

name = "getrandom"
version = "0.4.0"
version = "0.4.1"
dependencies = [

@@ -373,5 +373,5 @@ "cfg-if",

name = "slab"
version = "0.4.11"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"

@@ -685,4 +685,4 @@ [[package]]

name = "zmij"
version = "1.0.17"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "getrandom"
version = "0.4.0"
version = "0.4.1"
authors = ["The Rand Project Developers"]

@@ -41,3 +41,6 @@ build = "build.rs"

]
rustdoc-args = ['--cfg getrandom_backend="extern_impl"']
rustdoc-args = [
"--cfg",
'getrandom_backend="extern_impl"',
]

@@ -44,0 +47,0 @@ [package.metadata.cross.target.x86_64-unknown-netbsd]

@@ -7,2 +7,9 @@ # Changelog

## [0.4.1] - 2026-02-03
### Fixed
- Documentation build on docs.rs [#801]
[#801]: https://github.com/rust-random/getrandom/pull/801
## [0.4.0] - 2026-02-02

@@ -663,3 +670,4 @@

[Unreleased]: https://github.com/rust-random/getrandom/compare/v0.3.4...master
[0.4.1]: https://github.com/rust-random/getrandom/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.0
[0.3.4]: https://github.com/rust-random/getrandom/compare/v0.3.3...v0.3.4

@@ -666,0 +674,0 @@ [0.3.3]: https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3

Sorry, the diff of this file is not supported yet