1717 CARGO_TERM_COLOR : always
1818 CARGO_INCREMENTAL : ' 0'
1919 CARGO_PROFILE_DEV_DEBUG : ' 0'
20- RUST_TOOLCHAIN_VERSION : " 1.85 .0"
20+ RUST_TOOLCHAIN_VERSION : " 1.87 .0"
2121 RUSTFLAGS : " -D warnings"
2222 RUSTDOCFLAGS : " -D warnings"
2323 RUST_LOG : " info"
@@ -38,10 +38,10 @@ jobs:
3838 - uses : dtolnay/rust-toolchain@master
3939 with :
4040 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
41- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
41+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4242 with :
4343 key : udeps
44- -
run :
cargo install --locked [email protected] .55 44+ -
run :
cargo install --locked [email protected] .57 4545 - run : cargo udeps --all-targets --all-features
4646
4747 run_cargodeny :
6060 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161 with :
6262 persist-credentials : false
63- - uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
63+ - uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
6464 with :
6565 command : check ${{ matrix.checks }}
6666
7575 with :
7676 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
7777 components : rustfmt
78- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
78+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
7979 with :
8080 key : doc
8181 - run : cargo doc --document-private-items
9696 # for our cases.
9797 # See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
9898 components : rust-src
99- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
99+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
100100 with :
101101 key : test
102102 - run : cargo test --no-default-features --workspace
0 commit comments