File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.runner }}
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818 - name : Install Rust
19- uses : actions-rust-lang/setup-rust-toolchain@v1
19+ uses : actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
2020 - name : Clippy
2121 run : cargo clippy --all-targets --all-features -- -D warnings
2222 - name : Test
@@ -31,10 +31,10 @@ jobs:
3131 - ubuntu-24.04-arm # aarch64-linux
3232 runs-on : ${{ matrix.runner }}
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3535 - uses : DeterminateSystems/flake-checker-action@3164002371bc90729c68af0e24d5aacf20d7c9f6 # v12
3636 if : matrix.runner != 'macos-15-intel'
37- - uses : DeterminateSystems/nix-installer-action@v17
37+ - uses : DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
3838 with :
3939 github-token : ${{ secrets.GITHUB_TOKEN }}
4040 - uses : DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ reqwest-middleware = "0.4.2"
5151indexmap = { version = " 2.10" , features = [" serde" ] }
5252
5353[dev-dependencies ]
54- aws-smithy-runtime = { version = " 1 " , features = [" test-util" ] }
55- http = " 1"
56- mockall = " 0.13"
57- serial_test = " 3 "
58- tempfile = " 3 "
59- tokio-test = " 0 .4"
54+ aws-smithy-runtime = { version = " =1.9.2 " , features = [" test-util" ] }
55+ http = " =1.3. 1"
56+ mockall = " = 0.13.1 "
57+ serial_test = " =3.2.0 "
58+ tempfile = " =3.20.0 "
59+ tokio-test = " =0.4 .4"
6060
6161[package ]
6262authors = [" Jonathan Morley <morley.jonathan@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments