Skip to content

Commit 4cc357f

Browse files
Pin dependencies
1 parent 00a6e97 commit 4cc357f

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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

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
@@ -52,12 +52,12 @@ indexmap = { version = "2.10", features = ["serde"] }
5252
cookie = "0.18.1"
5353

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

6262
[package]
6363
authors = ["Jonathan Morley <morley.jonathan@gmail.com>"]

0 commit comments

Comments
 (0)