Skip to content

Commit fe72074

Browse files
committed
Update cache getrandom dependency
1 parent 41bfeb9 commit fe72074

3 files changed

Lines changed: 3 additions & 3 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.

crates/fluxheim-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Internal Fluxheim cache policy and storage boundary."
1111
async-trait = "0.1.89"
1212
bytes = "1.12.0"
1313
fluxheim-config = { path = "../fluxheim-config" }
14-
getrandom = "0.3.4"
14+
getrandom = "0.4.3"
1515
http = "1.4.2"
1616
rustix = { version = "1.1.2", features = ["fs"] }
1717

release-notes/RELEASE_NOTES_1.7.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ route matching, or override built-in Fluxheim access policy.
6666
and dynamic mirror/shadow target decisions remain staged for later `1.7.x`
6767
slices.
6868
- Refresh dependency pins for `aws-lc-rs`, `bytes`, `maxminddb`, `zeroize`,
69-
`arc-swap`, and `env_logger`; `getrandom`, `base64-ng`, `sanitization`,
69+
`getrandom`, `arc-swap`, and `env_logger`; `base64-ng`, `sanitization`,
7070
cargo security tools, smoke images, and GitHub Actions pins were checked and
7171
already current.

0 commit comments

Comments
 (0)