Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
RUST_BACKTRACE: short
RUSTUP_MAX_RETRIES: 10
RUST_CHANNEL: '1.91.0'
CARGO_DENY_VERSION: '0.18.4'
CARGO_DENY_VERSION: '0.18.9'

jobs:
check-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
RUSTUP_MAX_RETRIES: 10
# update RUST_CHANNEL and CARGO_DENY in sync
RUST_CHANNEL: '1.91.0'
CARGO_DENY_VERSION: '0.18.4'
CARGO_DENY_VERSION: '0.18.9'

on:
workflow_dispatch:
Expand Down