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 1fe4c09 commit 1fb0144Copy full SHA for 1fb0144
.github/workflows/CI.yml
@@ -62,6 +62,8 @@ jobs:
62
- run: cargo update -p tokio --precise 1.38.1
63
- run: cargo update -p tokio-util --precise 0.7.11
64
- run: cargo update -p once_cell --precise 1.20.3
65
+ - run: cargo update -p tracing --precise 0.1.41
66
+ - run: cargo update -p tracing-subscriber --precise 0.3.19
67
- run: cargo update -p tracing-core --precise 0.1.33
68
- run: cargo update -p async-compression --precise 0.4.23
69
- run: cargo update -p flate2 --precise 1.0.35
0 commit comments