Skip to content

Commit 30c58de

Browse files
Pin dependencies
1 parent b76fade commit 30c58de

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
@@ -51,12 +51,12 @@ reqwest-middleware = "0.4.2"
5151
indexmap = { version = "2.10", features = ["serde"] }
5252

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

6161
[package]
6262
authors = ["Jonathan Morley <[email protected]>"]

0 commit comments

Comments
 (0)