Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and regexident committed Dec 10, 2024
1 parent 7e3e472 commit d1850c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
toolchain: stable
components: rust-src
- uses: cargo-bins/[email protected].13
- uses: cargo-bins/[email protected].16
- run: cargo binstall cargo-expand --no-confirm
- run: cargo test

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parking_lot = "0.12.2"
criterion = "0.5.1"

# minimal versions
clap_builder = "=4.5.22" # MSRV <= 1.70.0
clap_builder = "=4.5.23" # MSRV <= 1.70.0

# overridden versions
bumpalo = "3.16.0" # yanked: "3.15.0"
Expand Down

0 comments on commit d1850c6

Please sign in to comment.