Skip to content

Commit 97a442f

Browse files
fix(deps): update rust crate octocrab to v0.54.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6929206 commit 97a442f

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cursus-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clap = { version = "=4.6.1", features = ["derive"] }
2121
gitlab = "=0.1900.0"
2222
log = "=0.4.32"
2323
mutants = "=0.0.4"
24-
octocrab = { version = "=0.51.0", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
24+
octocrab = { version = "=0.54.1", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
2525
# Brought in as a direct dep so we can install the rustls process-default
2626
# CryptoProvider explicitly at startup (defensive: keeps a single deterministic
2727
# provider even if future dep changes accidentally link a second one).

packages/cursus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mutants = "0.0.4"
2525
# by the `gitlab` crate (via reqwest). Without this, both `ring` (octocrab default) and
2626
# `aws-lc-rs` (gitlab) are linked, and rustls 0.23 refuses to auto-select between them
2727
# at runtime ("Could not automatically determine the process-level CryptoProvider").
28-
octocrab = { version = "0.51.0", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
28+
octocrab = { version = "0.54.0", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto"] }
2929
percent-encoding = "2.3.2"
3030
petname = { version = "3.0.0", default-features = false, features = ["default-rng", "default-words"] }
3131
ratatui = { version = "0.30.0", features = ["unstable-rendered-line-info"] }

0 commit comments

Comments
 (0)