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.
2 parents 3d66798 + 95eaaa4 commit 9ba1cdeCopy full SHA for 9ba1cde
.github/workflows/ci.yml
@@ -140,5 +140,5 @@ jobs:
140
- name: Upload to codecov.io
141
uses: codecov/codecov-action@v4
142
with:
143
- token: ${{secrets.CODECOV_TOKEN}}
+ token: ${{ secrets.CODECOV_TOKEN }}
144
fail_ci_if_error: true
Cargo.toml
@@ -121,7 +121,7 @@ regex = "1.3.6"
121
fnv = "1.0.7"
122
cursive = { default-features = false, version = "0.20" }
123
duration-str = "0.11.2"
124
-quick-xml = "0.33.0"
+quick-xml = "0.34.0"
125
csv = "1.2"
126
serde-xml-rs = "0.6"
127
axum = "0.6.20"
0 commit comments