Skip to content

Commit c342e3f

Browse files
authored
ci: pin indexmap and tracing for msrv job (#866)
1 parent b9d5397 commit c342e3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,11 @@ jobs:
9292
run: |
9393
cargo update --package tokio --precise 1.38.1
9494
cargo update --package tokio-util --precise 0.7.11
95+
cargo update --package indexmap --precise 2.11.3
9596
cargo update --package hashbrown --precise 0.15.0
9697
cargo update --package once_cell --precise 1.20.3
98+
cargo update --package tracing --precise 0.1.41
99+
cargo update --package tracing-subscriber --precise 0.3.19
97100
cargo update --package tracing-core --precise 0.1.33
98101
99102

0 commit comments

Comments
 (0)