Skip to content

Commit 1fe0043

Browse files
Pin dependencies
1 parent 3f8fd84 commit 1fe0043

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
# Upload the results to GitHub's code scanning dashboard (optional).
7575
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676
- name: "Upload to code-scanning"
77-
uses: github/codeql-action/upload-sarif@v3
77+
uses: github/codeql-action/upload-sarif@38e701f46e33fb233075bf4238cb1e5d68e429e4 # v3
7878
with:
7979
sarif_file: results.sarif

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ indexmap = { version = "2.10", features = ["serde"] }
5353
cookie = "0.18.1"
5454

5555
[dev-dependencies]
56-
aws-smithy-runtime = { version = "1", features = ["test-util"] }
57-
http = "1"
58-
mockall = "0.14"
59-
serial_test = "3"
60-
tempfile = "3"
61-
tokio-test = "0.4"
56+
aws-smithy-runtime = { version = "=1.9.8", features = ["test-util"] }
57+
http = "=1.4.0"
58+
mockall = "=0.14.0"
59+
serial_test = "=3.3.1"
60+
tempfile = "=3.24.0"
61+
tokio-test = "=0.4.5"
6262

6363
[package]
6464
authors = ["Jonathan Morley <[email protected]>"]

0 commit comments

Comments
 (0)