Skip to content

Commit acde66e

Browse files
committed
Update the version of actix-web.
1 parent 43aecfa commit acde66e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: cargo clippy -- -D warnings
4040
- name: Install tarpaulin
4141
run: cargo install cargo-tarpaulin
42-
- name: Generate coverage report
43-
run: cargo tarpaulin --out Lcov
44-
- name: Upload coverage reports to Codecov
42+
- name: Generate coverage report
43+
run: cargo tarpaulin --out Lcov
44+
- name: Upload coverage reports to Codecov
4545
uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ clap = { version = "4.5", features = ["wrap_help", "derive", "env", "suggestions
4040
sysexits = { version = "0.7", features = ["std"] }
4141
build-time = "0.1"
4242
hcl-rs = "0.18"
43-
actix-web = { version = "4.4", features = ["openssl"] }
43+
actix-web = { version = "4.9", features = ["openssl"] }
4444
actix-tls = "3.1"
4545
actix-rt = "2.9"
4646
log = "0.4"

0 commit comments

Comments
 (0)