-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'actix:master' into master
- Loading branch information
Showing
52 changed files
with
827 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
disallowed-names = [ | ||
"e", # no single letter error bindings | ||
] | ||
disallowed-methods = [ | ||
"std::cell::RefCell::default()", | ||
"std::rc::Rc::default()", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
toolchain: ${{ matrix.version.version }} | ||
|
||
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean | ||
uses: taiki-e/[email protected].4 | ||
uses: taiki-e/[email protected].22 | ||
with: | ||
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean | ||
|
||
|
@@ -83,7 +83,7 @@ jobs: | |
uses: actions-rust-lang/[email protected] | ||
|
||
- name: Install just, cargo-hack | ||
uses: taiki-e/[email protected].4 | ||
uses: taiki-e/[email protected].22 | ||
with: | ||
tool: just,cargo-hack | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
toolchain: ${{ matrix.version.version }} | ||
|
||
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean | ||
uses: taiki-e/[email protected].4 | ||
uses: taiki-e/[email protected].22 | ||
with: | ||
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean | ||
|
||
|
@@ -113,7 +113,7 @@ jobs: | |
toolchain: nightly | ||
|
||
- name: Install just | ||
uses: taiki-e/[email protected].4 | ||
uses: taiki-e/[email protected].22 | ||
with: | ||
tool: just | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
components: llvm-tools | ||
|
||
- name: Install just, cargo-llvm-cov, cargo-nextest | ||
uses: taiki-e/[email protected].4 | ||
uses: taiki-e/[email protected].22 | ||
with: | ||
tool: just,cargo-llvm-cov,cargo-nextest | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
toolchain: nightly-2024-05-01 | ||
|
||
- name: Install just | ||
uses: taiki-e/[email protected].4 | ||
uses: taiki-e/[email protected].22 | ||
with: | ||
tool: just | ||
|
||
|
@@ -105,7 +105,7 @@ jobs: | |
toolchain: nightly-2024-06-07 | ||
|
||
- name: Install cargo-public-api | ||
uses: taiki-e/[email protected].4 | ||
uses: taiki-e/[email protected].22 | ||
with: | ||
tool: cargo-public-api | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "actix-http" | ||
version = "3.8.0" | ||
version = "3.9.0" | ||
authors = [ | ||
"Nikolay Kim <[email protected]>", | ||
"Rob Ede <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
[package] | ||
name = "actix-web-actors" | ||
version = "4.3.0" | ||
version = "4.3.1+deprecated" | ||
authors = ["Nikolay Kim <[email protected]>"] | ||
description = "Actix actors support for Actix Web" | ||
keywords = ["actix", "http", "web", "framework", "async"] | ||
homepage = "https://actix.rs" | ||
repository = "https://github.com/actix/actix-web" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
homepage.workspace = true | ||
repository.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
rust-version.workspace = true | ||
|
||
[package.metadata.cargo_check_external_types] | ||
allowed_external_types = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.