1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-04-23 02:14:52 +02:00

Compare commits

..

No commits in common. "master" and "cors-v0.7.1" have entirely different histories.

6 changed files with 8 additions and 3299 deletions

View File

@ -36,7 +36,7 @@ jobs:
toolchain: nightly
- name: Install cargo-hack, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.49.42
uses: taiki-e/install-action@v2.49.9
with:
tool: cargo-hack,cargo-ci-cache-clean
@ -86,7 +86,7 @@ jobs:
toolchain: nightly
- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.49.42
uses: taiki-e/install-action@v2.49.9
with:
tool: cargo-hack,cargo-ci-cache-clean

View File

@ -49,7 +49,7 @@ jobs:
toolchain: ${{ matrix.version.version }}
- name: Install cargo-hack and cargo-ci-cache-clean, just
uses: taiki-e/install-action@v2.49.42
uses: taiki-e/install-action@v2.49.9
with:
tool: cargo-hack,cargo-ci-cache-clean,just
@ -106,7 +106,7 @@ jobs:
toolchain: ${{ matrix.version.version }}
- name: Install cargo-hack, cargo-ci-cache-clean, just
uses: taiki-e/install-action@v2.49.42
uses: taiki-e/install-action@v2.49.9
with:
tool: cargo-hack,cargo-ci-cache-clean,just
@ -142,7 +142,7 @@ jobs:
toolchain: nightly
- name: Install just
uses: taiki-e/install-action@v2.49.42
uses: taiki-e/install-action@v2.49.9
with:
tool: just

View File

@ -31,7 +31,7 @@ jobs:
components: llvm-tools-preview
- name: Install just, cargo-llvm-cov, cargo-nextest
uses: taiki-e/install-action@v2.49.42
uses: taiki-e/install-action@v2.49.9
with:
tool: just,cargo-llvm-cov,cargo-nextest

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/target
**/*.rs.bk
Cargo.lock
guide/build/
/gh-pages

3292
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ actix-http = "3"
actix-service = "2"
actix-web = { version = "4", default-features = false }
derive_more = { version = "2", features = ["display", "error"] }
once_cell = "1.21"
once_cell = "1.13"
openssl = { version = "0.10", features = ["v110"], optional = true }
regex = "1.5"
serde = { version = "1", features = ["derive"] }