We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d5397 commit c342e3fCopy full SHA for c342e3f
.github/workflows/CI.yml
@@ -92,8 +92,11 @@ jobs:
92
run: |
93
cargo update --package tokio --precise 1.38.1
94
cargo update --package tokio-util --precise 0.7.11
95
+ cargo update --package indexmap --precise 2.11.3
96
cargo update --package hashbrown --precise 0.15.0
97
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
100
cargo update --package tracing-core --precise 0.1.33
101
102
0 commit comments