Skip to content

Commit 9ba1cde

Browse files
committed
Merge branch 'client_crypto_provider' of https://github.com/swimos/swim-rust into client_crypto_provider
2 parents 3d66798 + 95eaaa4 commit 9ba1cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ jobs:
140140
- name: Upload to codecov.io
141141
uses: codecov/codecov-action@v4
142142
with:
143-
token: ${{secrets.CODECOV_TOKEN}}
143+
token: ${{ secrets.CODECOV_TOKEN }}
144144
fail_ci_if_error: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ regex = "1.3.6"
121121
fnv = "1.0.7"
122122
cursive = { default-features = false, version = "0.20" }
123123
duration-str = "0.11.2"
124-
quick-xml = "0.33.0"
124+
quick-xml = "0.34.0"
125125
csv = "1.2"
126126
serde-xml-rs = "0.6"
127127
axum = "0.6.20"

0 commit comments

Comments
 (0)