Skip to content

Conversation

jif-oai
Copy link
Contributor

@jif-oai jif-oai commented Sep 22, 2025

Unify cargo versions at root

# Conflicts:
#	codex-rs/Cargo.lock
#	codex-rs/login/Cargo.toml
#	codex-rs/mcp-server/Cargo.toml
@jif-oai jif-oai enabled auto-merge (squash) September 22, 2025 16:28
fn generate_state() -> String {
let mut bytes = [0u8; 32];
rand::thread_rng().fill_bytes(&mut bytes);
rand::rng().fill_bytes(&mut bytes);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I knew dependabot was failing to auto-update this crate because there was a breaking API change.

@jif-oai jif-oai merged commit e5fe50d into main Sep 22, 2025
19 checks passed
@jif-oai jif-oai deleted the jif/unify-versions branch September 22, 2025 16:47
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants