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
6 changes: 6 additions & 0 deletions .cursus/sharply-boisterous-foal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
cursus = "patch"
cursus-bin = "patch"
+++

update rust crate octocrab to v0.54.1
17 changes: 14 additions & 3 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 packages/cursus-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "=4.6.1", features = ["derive"] }
gitlab = "=0.1900.0"
log = "=0.4.32"
mutants = "=0.0.4"
octocrab = { version = "=0.51.0", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
octocrab = { version = "=0.54.1", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
# Brought in as a direct dep so we can install the rustls process-default
# CryptoProvider explicitly at startup (defensive: keeps a single deterministic
# provider even if future dep changes accidentally link a second one).
Expand Down
2 changes: 1 addition & 1 deletion packages/cursus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mutants = "0.0.4"
# by the `gitlab` crate (via reqwest). Without this, both `ring` (octocrab default) and
# `aws-lc-rs` (gitlab) are linked, and rustls 0.23 refuses to auto-select between them
# at runtime ("Could not automatically determine the process-level CryptoProvider").
octocrab = { version = "0.51.0", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
octocrab = { version = "0.54.0", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
percent-encoding = "2.3.2"
petname = { version = "3.0.0", default-features = false, features = ["default-rng", "default-words"] }
ratatui = { version = "0.30.0", features = ["unstable-rendered-line-info"] }
Expand Down
Loading