Skip to content

Commit e840b10

Browse files
bot-owleleboucher
authored andcommitted
feat(deps): update rust crate getrandom (0.3.4 → 0.4.2) (#5)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [getrandom](https://github.com/rust-random/getrandom) | workspace.dependencies | minor | `0.3` → `0.4` | --- ### Release Notes <details> <summary>rust-random/getrandom (getrandom)</summary> ### [`v0.4.2`](https://github.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#042---2026-03-03) [Compare Source](rust-random/getrandom@v0.4.1...v0.4.2) ##### Changed - Bump `r-efi` dependency to v6 [#&#8203;814] ##### Fixed - Read `errno` only when it is set [#&#8203;810] - Check the return value of `ProcessPrng` on Windows [#&#8203;811] [0.4.2]: rust-random/getrandom@v0.4.1...v0.4.2 [#&#8203;810]: rust-random/getrandom#810 [#&#8203;811]: rust-random/getrandom#811 [#&#8203;814]: rust-random/getrandom#814 ### [`v0.4.1`](https://github.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#042---2026-03-03) [Compare Source](rust-random/getrandom@v0.4.0...v0.4.1) ##### Changed - Bump `r-efi` dependency to v6 [#&#8203;814] ##### Fixed - Read `errno` only when it is set [#&#8203;810] - Check the return value of `ProcessPrng` on Windows [#&#8203;811] [0.4.2]: rust-random/getrandom@v0.4.1...v0.4.2 [#&#8203;810]: rust-random/getrandom#810 [#&#8203;811]: rust-random/getrandom#811 [#&#8203;814]: rust-random/getrandom#814 ### [`v0.4.0`](https://github.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#041---2026-02-03) [Compare Source](rust-random/getrandom@v0.3.4...v0.4.0) ##### Fixed - Documentation build on docs.rs [#&#8203;801] [0.4.1]: rust-random/getrandom@v0.4.0...v0.4.1 [#&#8203;801]: rust-random/getrandom#801 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19--> Reviewed-on: https://git.erwanleboucher.dev/eleboucher/towonel/pulls/5
1 parent b97c1f2 commit e840b10

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tower-http = { version = "0.6", features = ["trace"] }
8686
# Pinned to 0.6 for ed25519-dalek 2.x compatibility. If a newer dep
8787
# needs rand_core 0.9, resolve the version conflict at that point.
8888
rand_core = { version = "0.9.5" }
89-
getrandom = "0.3"
89+
getrandom = "0.4"
9090
reqwest = { version = "0.12", features = ["json", "stream"] }
9191
eventsource-stream = "0.2"
9292
prometheus-client = "0.22"

0 commit comments

Comments
 (0)