Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ministr-app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sha2 = { workspace = true }
# nanos shim did not meet that bar. `getrandom::fill` delegates to the
# platform RNG (getrandom(2) on Linux, SecRandomCopyBytes on macOS,
# BCryptGenRandom on Windows).
getrandom = "0.3"
getrandom = "0.4"
# F1.3 OS-keychain carry-over — bearer token storage moves out of plain
# `<data-dir>/cloud.json` and into the OS-native credential store
# (Keychain on macOS, secret-service on Linux, Credential Manager on
Expand Down
2 changes: 1 addition & 1 deletion ministr-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rustls.workspace = true
# CSPRNG (RFC 7636 §4.1) and serialises a few small response
# envelopes off the wire.
serde = { workspace = true }
getrandom = "0.3"
getrandom = "0.4"
clap.workspace = true
rmcp.workspace = true
axum.workspace = true
Expand Down
Loading