Skip to content

Commit

Permalink
Merge pull request #671 from swimos/dependabot/cargo/quick-xml-0.34.0
Browse files Browse the repository at this point in the history
Update quick-xml requirement from 0.33.0 to 0.34.0
  • Loading branch information
SirCipher authored Jun 26, 2024
2 parents 4132762 + 6e64d87 commit ce1304a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ regex = "1.3.6"
fnv = "1.0.7"
cursive = { default-features = false, version = "0.20" }
duration-str = "0.11.2"
quick-xml = "0.33.0"
quick-xml = "0.34.0"
csv = "1.2"
serde-xml-rs = "0.6"
axum = "0.6.20"
Expand Down

0 comments on commit ce1304a

Please sign in to comment.